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 create a JPEG file using the PRINT…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
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 create a JPEG file using the PRINT…
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 error informed. I'm not sure the…
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 manual says that (x,y,s) trip…
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 ==> set Property value must be…
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 argument to be in frequency so i…
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 to name and display only the c…
I have a plot that has a lot of points. Putting markers on all the points makes the plot too cluttered; instead of a line made of markers I just get a thick line. How can I plot on…
I have an existing set of figures that I cannot quickly and easily regenerate the plots for since they are created by different set of functions. There are a set of a thousand poin…
Hi, how can I change the current axes in a GUI? I try to use the line function, but I don’t know how to activate the right axes for plotting in the wanted figure. I guess, there …
I have 1000 .dat files and I want to plot graphs from them and save the results in .png format for all the files. How do we do that?…