Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Math Forum
»
Discussions
»
Software
»
comp.soft-sys.matlab
Notice: We are no longer accepting new posts, but the forums will continue to be readable.
Topic:
Copying zoom parameters across different figures
Replies:
5
Last Post:
Nov 20, 2012 2:16 PM
|
 |
|
Matt J
Posts:
4,997
Registered:
11/28/09
|
|
Copying zoom parameters across different figures
Posted:
Feb 5, 2010 11:58 AM
|
|
I have two image figures.
figure(1); imagesc(...) figure(2); imagesc(...)
I use the zoom tool to magnify a portion of one of figure(1). I would then like to apply the same zoom parameters to figure(2). Is there an easy way to programmatically extract the zoom parameters of one and copy them to the second?
|
|
|
|