Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Export cursor data to the workspace using the following steps: 1. Generate a scatter plot using the following code: [x, y] = meshgrid (0: 0.1: 1.0:...
I need to add a logo into the plots and graphs that I generate. I need to import a jpeg, tiff or a png file and place (inset) it in the bottom left co...
Why does my .eps file look different from the MATLAB figure on the screen, when I have the 'EraseMode' property of a patch object set to 'xor'? The...
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...