How do I plot data statistics on a graph from the command line in MATLAB 7.1 (R14SP3)?

3 views (last 30 days)
I wish to use the Data Statistics functionality available in MATLAB to plot several data statistics on my plot. However, I wish to do this from the command line, rather than from the Figure menu. Is there a command line equivalent for the Data Statistics option?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 21 Jan 2010
The ability to invoke and plot Data Statistics on a plot with a single function from the command line is not available in MATLAB 7.1 (R14SP3).
However, MATLAB 7.3 (R2006b) and later versions support MATLAB code generation for Data Statistics from the figure menu. To see the command line equivalents of the various data statistics plotted using the Data Statistics Tool, you can select 'Generate MATLAB file...' from the File menu of the figure. These generated statements can then be incorporated in your code.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products


Release

R14SP1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!