Borrar filtros
Borrar filtros

how to plot and save graphs in one folder?

2 visualizaciones (últimos 30 días)
Rakesh Roshan
Rakesh Roshan el 8 de Mayo de 2022
Comentada: Image Analyst el 9 de Mayo de 2022
i have saved my file here as 452.txt . I want to plot my graphs in some what similiar way as file.JPG and save all figures into one folder (Folder name="Figures') and name of each figure should be as ('1') ('2') ('3')
inputdata=('S11ouput')
freq=inputdata=(:,1);
sparam=inputdata(:,2);
plot(freq,sparam);ylabel('sparam');xlabel('freq')
% my freq is in GHz and sparam are in approx 1e^-3
% how to get ylim in decimal places like 0.00032 0.00034 0.00035

Respuestas (1)

Image Analyst
Image Analyst el 8 de Mayo de 2022
Create a filename somehow, like with sprintf(). Then use exportgraphics() to save your axes or figure to disk.
  4 comentarios
Rakesh Roshan
Rakesh Roshan el 9 de Mayo de 2022
This didn't work out for me
Image Analyst
Image Analyst el 9 de Mayo de 2022
Then try print or saveas

Iniciar sesión para comentar.

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by