About 210,000 results
Open links in new tab
  1. Multidimensional Arrays - MATLAB & Simulink - MathWorks

    Oct 11, 2012 · Multidimensional arrays are an extension of 2-D matrices and use additional subscripts for indexing. A 3-D array, for example, uses three subscripts. The first two are just …

  2. How to show 2-D matrix in matlab - Stack Overflow

    May 29, 2015 · You are looking for the spectogram plotting, which is basically a surf map: Where Y0 is your Matrix (Assuming the value in the matrix is Magnitude). You may also use the …

  3. how to display elements of a 2D matrix as color-coded squares

    Dec 29, 2017 · Or use imshow() (if you have the Image Processing Toolbox) and apply a colormap (of which there are a wide variety of colormaps built in to MATLAB). But whatever …

  4. How do you make a 2-d array in Matlab? - Stack Overflow

    Mar 12, 2010 · I want to make a 2D array dij(i and j are subscripts). I want to be able to do dij = di,j-1+(di,j-1 - di-1,dj-1)/(4^j-1) My idea for this it to make to 1D arrays and then combine them …

  5. I have a 2 dimensional array. I want to view it. - MATLAB

    Sep 21, 2021 · I am new to MATLAB and I facing the following trouble- I have a 2 dimensional array (termed as trajectories). It has 7808 rows and 2 columns. I want to view it! The command …

  6. Mastering Matlab Display: Simple Tips for Clear Outputs

    Displaying Matrices and Arrays 2D Arrays. Displaying 2D arrays clearly is crucial for readability, especially when dealing with matrices in data analysis. Example: M = [1 2; 3 4]; disp('Matrix …

  7. Matlab 2D Array | How 2D Array Works in Matlab with Examples …

    Mar 6, 2023 · We can easily declare the 2D array in Matlab as follows. m_array = zeros (value 1, value 2) Explanation: This is the first way to declare the 2D array in Matlab, here we use the …

  8. matlab - Display matrix with row and column labels - Stack Overflow

    Jul 2, 2011 · Is there a convenient way to display a matrix with row and column labels in the Matlab terminal? Something like this: M = rand(5); displaymatrix(M, …

  9. a 2D array returns the sum of all the elements in the 2D array. The sum, mean, min, and max functions have versions with an argument that can be used to specify what dimension (along …

  10. How to display image from 2d matrix? - MATLAB Answers

    Sep 11, 2021 · Learn more about matlab, matrix, image processing, image, filter MATLAB.

  11. Some results have been removed
Refresh