About 50 results
Open links in new tab
  1. subplot - Create axes in tiled positions - MATLAB - MathWorks

    subplot(m,n,p) divides the current figure into an m -by- n grid and creates axes in the position specified by p. MATLAB ® numbers subplot positions by row. The first subplot is the first …

  2. what is subplot and how to use it? - MATLAB Answers - MathWorks

    Oct 5, 2012 · For example subplot (3,4,5); plot (rand (15,1)); will plot into the middle row at the far left. You can also combine numbers. for example you could plot all the way across the top row …

  3. Subplot: How can i set the size of my diagram in my subplot? (Size ...

    Nov 2, 2016 · i want to create a subplot with 2 columns and 3 rows. i want to add some diagrams there. Each of them should have the same size. for example 5cm * 5cm. i know the subplot …

  4. Subaxis - Subplot - File Exchange - MATLAB Central - MathWorks

    Jul 9, 2014 · Download and share free MATLAB code, including functions, models, apps, support packages and toolboxes

  5. cwt - Continuous 1-D wavelet transform - MATLAB - MathWorks

    This MATLAB function returns the continuous wavelet transform (CWT) of x.

  6. modalfrf - Frequency-response functions for modal analysis

    This MATLAB function estimates a matrix of frequency response functions, frf, from the excitation signals, x, and the response signals, y, all sampled at a rate fs.

  7. saving an subplotted image - MATLAB Answers - MATLAB Central

    Sep 28, 2020 · I have an image subplot(1,2,1) subplot(1,2,2) two images in one figure window,now i want to write this image,i posted this question ,but could not get relevant answer …

  8. grid - Display or hide axes grid lines - MATLAB - MathWorks

    This MATLAB function displays the major grid lines for the current axes returned by the gca command.

  9. Why does imhist () do this? - MATLAB Answers - MATLAB Central

    May 18, 2024 · Definition of histogram based on bin centers vs. bin edges. Use of number of left hand side arguments to infer whether user wants plotting vs. programatic histogram binning …

  10. Linear and Circular Convolution - MATLAB & Simulink - MathWorks

    This example shows how to establish an equivalence between linear and circular convolution. Linear and circular convolution are fundamentally different operations. However, there are …