Filter löschen
Filter löschen

how to save the image obtained from the plot command?

4 Ansichten (letzte 30 Tage)
sou
sou am 10 Okt. 2014
Bearbeitet: Stephen23 am 13 Okt. 2014
i have used the command "plot( cytoplasm1(:,2), cytoplasm1(:,1), 'g-', 'LineWidth', 1)" in my code. i don't know how to save the image that i am getting from this command into the folder... plz help me.....

Akzeptierte Antwort

Image Analyst
Image Analyst am 10 Okt. 2014

Weitere Antworten (1)

Stephen23
Stephen23 am 10 Okt. 2014
Bearbeitet: Stephen23 am 10 Okt. 2014
If you want a raster or vector file, then have look at the figure exporting command saveas.
If you want to save it as a MATLAB .fig, then use savefig.
  6 Kommentare
Image Analyst
Image Analyst am 13 Okt. 2014
I would not use the cd function. I'd use fullfile() as per the FAQ.
fullFileName = fullfile(folder, baseFileName);
Stephen23
Stephen23 am 13 Okt. 2014
Bearbeitet: Stephen23 am 13 Okt. 2014
Sure. I was not trying to imply that they should change the Current Folder for just that one operation, but I have noticed that some users do not seem to realize that the Current Folder can be changed at all, yet their work would be much simpler if they simply changed to a more convenient directory.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by