Clear Filters
Clear Filters

How can I compare set of figures?

2 views (last 30 days)
yousef Yousef
yousef Yousef on 22 Feb 2016
Commented: yousef Yousef on 23 Feb 2016
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
jgg
jgg on 23 Feb 2016
The subplot command can be used to tile figures in a single graph. Would that do what you want?
yousef Yousef
yousef Yousef on 23 Feb 2016
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 Graphics Object Properties in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!