how to save matlab figure as an image file?

After running the codes(codes are in .p file) , am getting 2 figure which i want to save as an image(particularly in .tif). Since i am new to this software if someone can help me in this i will be really thankful

 Accepted Answer

You can use saveas() or print() .
If the standard toolbar was displayed in the figure, then File -> SaveAs and in the window that pops up asking for the file name, there is also a place to select what kind of output file you want.

1 Comment

i am attaching the figure which i am getting as output, actually i only want to save the strip, how can i do that without disturbing my image resolution

Sign in to comment.

More Answers (0)

Categories

Find more on Printing and Saving in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!