Rank: 44134 based on 0 downloads (last 30 days) and 0 files submitted
photo

Bahram

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Bahram
Updated File Comments Rating
28 Sep 2009 magnify Turns the mouse into a pop-up magnifying glass to look at details of 2D plots. Author: Rick Hindman

Excellent job. I guess it needs another revision to take care of some of the bugs that reveal themselves in the newer version of Matlab.

I use this function with imshow() and it gives me an error that:

There is no 'LineWidth' property in the 'image' class.
Error in ==> magnify>ButtonDownCallback at 39
   set(get(a2,'Children'), ...

Of course I could easily solve it by removing that line of code. Also the Ctrl key seems to leave the box on the image. Another thing that one might want to change is to set the XTick and YTick of the second axis to [ ]:

set(a2, 'XTick', [ ], 'YTick', [ ]);

Again, excellent job!

Contact us at files@mathworks.com