Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add custom plots to plot catalog in MATLAB

Tags:

matlab

I've just noticed the plot catalog in R2011a. Does anyone know how to add my own plot functions to it?

http://blogs.mathworks.com/desktop/2011/04/18/redesigned-plot-catalog-in-matlab-r2011a/

BTW, I'm pretty sure it has something to do with plotpickerlayout.xml, but I can't find any information about it.

like image 251
Nzbuu Avatar asked Aug 09 '11 16:08

Nzbuu


People also ask

How do I add a plot to an existing plot in MATLAB?

Use hold on to add a second line plot without deleting the existing line plot. The new plot uses the next color and line style based on the ColorOrder and LineStyleOrder properties of the axes. Then reset the hold state to off. When the hold state is off, new plots delete existing plots.

How do you make multiple plots in MATLAB?

To create a plot that spans multiple rows or columns, specify the span argument when you call nexttile . For example, create a 2-by-2 layout. Plot into the first two tiles. Then create a plot that spans one row and two columns.


1 Answers

Scott Hirsch, Matlab’s lead product manager, says its not supported (unfortunately).

http://blogs.mathworks.com/desktop/2011/04/18/redesigned-plot-catalog-in-matlab-r2011a/

5th response at the bottom

like image 57
cholland Avatar answered Oct 11 '22 13:10

cholland