How can I compare set of figures?

Hi I have program that produces 16 figures at each run.I'd like to ask, what is the best way to save these figures in order compare them with another set of figures from another run of the program?

4 Comments

The print command can automatically save figures, but I'm not sure what you mean by "compare".
Thanks I mean just put them beside each other
The subplot command can be used to tile figures in a single graph. Would that do what you want?
Thanks but this is not what I want. I need a method that take all figures from one run in simple way and move them to one file let's say word file or any thing else.Then ,in the second run, I want to do the same.
I think the only way is to take each figure separate and arrange them manually

Sign in to comment.

Answers (0)

Categories

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

Products

Tags

Asked:

on 22 Feb 2016

Commented:

on 23 Feb 2016

Community Treasure Hunt

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

Start Hunting!