'print' with specific dimensions
6 views (last 30 days)
Show older comments
Hello,
I'm using 'print' to save two image files which I intend to overlay using 'imfuse'. Problem is, printed images do not have the same dimensions and so my images don't match. Is there a way of specifying the dimensions of the image file that will be saved. I am using 'montage' to generate the images that will be saved, so if when using this function there is a way of controlling the imaging dimensions, that would be useful too.
What would you say is the best way to proceed?
Thank you,
Fer
0 Comments
Answers (1)
Walter Roberson
on 20 Jul 2015
Look in the tips section of the print() documentation; it references some figure properties that control output size.
0 Comments
See Also
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!