Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Why does my MATLAB plot refresh at unpredictable times even though 'EraseMode' is set to 'None'? For example: imax=100; map = jet(imax); ph = pl...
Why can't I see the top legend on a Financial Time Series plot created by FTSGUI? Upon loading a Financial Time Series through FTSGUI, the legend for ...
After issuing the following command in the MATLAB Command Window: axis changing the axis limits of the plot using the AXIS command will cause the a...
I have a figure which has four subplots in it. The axes of the subplots are square when plotted. However when the figure is maximized, the subplots ar...
How do I create a JPEG file and/or a plot without opening a figure window? I want to directly send a plot to a file. In other words, I want to crea...
I need to find the peak value of each force for the plotted graph and locate it in the graph. I already use findpeaks but there is no answer and no er...
How can I display multiple MatrixVB curves on the same MATLAB figure plot? I am trying to generate more than one curve on a single plot. The reference...
The following example allows me to zoom in a 3-D plot: mesh(peaks) axis vis3d zoom(2) But there is no way to zoom out: zoom(-2) ??? Error using ...
I am having trying to plot the fft and its peaks on the same plot. I have read that passing the frequency vector in findpeaks will allow the second ar...
I am plotting a cosine wave, a sine wave and an amplified sine wave (in that order) on a single plot (figure window). However, I would like my legend ...