Rank: 425 based on 267 downloads (last 30 days) and 5 files submitted
photo

John Iversen

E-mail

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by John View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Jul 2009 Screenshot FFTmtX Performs vectorized FFT on multiple processors. New: single and double precision. Author: John Iversen 21 2
16 Jul 2009 Published M-Files freezeColors / unfreezeColors Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. Author: John Iversen surf, index, colormap, customization, surface, image 211 51
  • 4.91892
4.9 | 38 ratings
05 Sep 2006 Screenshot Enhanced help--improve your workflow Simple enhancement to help listings: adds hyperlinks to open files for editing. Author: John Iversen help, development environme..., hyperlink, edit 13 4
  • 4.0
4.0 | 2 ratings
31 Aug 2006 Screenshot JISUBPLOT + NEXTPLOT: enhanced replacement for subplot Automatically create complex subplot layouts Author: John Iversen axis, subplot, customization, layout, figure, annotation 14 0
22 Jul 2005 Use Mac OS X XML Plists with MATLAB Utilities to convert Mac OS X native storage format (XML Property Lists) for use in MATLAB. Author: John Iversen convert, import, data import, export, data export, property 8 0
Comments and Ratings by John View all
Updated File Comments Rating
08 Oct 2009 freezeColors / unfreezeColors Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. Author: John Iversen

Fix for error pointed out by Daniel Armyr (11Aug): "image; freezeColors"

after the line: idx = cdata;
>insert the line: idx = floor(idx);

This will take care of the problem. Thanks for pointing it out.

16 Jul 2009 freezeColors / unfreezeColors Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. Author: John Iversen

Hi,

** WORKAROUND FOR PROBLEMS WITH COLORBARS **

I'm really sorry not to respond earlier--I had no idea about the recent posts!

There is a workaround for the problem with freezing colorbars:

     freezeColors(colorbar('v6'))

It works for me as of 2009a, so I expect it will work for other earlier versions.

To silence the warning messages,
 
    warning('off','MATLAB:colorbar:DeprecatedV6Argument')

should be run (once per session--put it in 'startup.m')

I hope this helps. Please let me know if not.

Best regards,

John

Comments and Ratings on John's Files View all
Updated File Comment by Comments Rating
11 Oct 2009 FFTmtX Performs vectorized FFT on multiple processors. New: single and double precision. Author: John Iversen wwq, bit

good file

09 Oct 2009 freezeColors / unfreezeColors Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. Author: John Iversen David

Hi everybody!

For people having problem with the fixing of the colorbar (not only the colormap) I suggest you the combination with cbfreeze:

colorbar('location','SouthOutside');
freezeColors;
cbfreeze

which worked fine for me!

David.

08 Oct 2009 freezeColors / unfreezeColors Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. Author: John Iversen Iversen, John

Fix for error pointed out by Daniel Armyr (11Aug): "image; freezeColors"

after the line: idx = cdata;
>insert the line: idx = floor(idx);

This will take care of the problem. Thanks for pointing it out.

25 Sep 2009 freezeColors / unfreezeColors Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. Author: John Iversen Howat, Ian

Great work!

21 Aug 2009 freezeColors / unfreezeColors Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. Author: John Iversen David

Hello

I using the freezing colorbars with 'v6' as you said. But this way I cannot define the location of the colorbar. Is there any simple solution for it. If I use

hc = colorbar('location',...)
freezeColors(hc)

it doesn't work anymore as 'v6' is missing...

Any ideas?

Thanks a lot,

David

Top Tags Applied by John
annotation, customization, figure, axis, caxis
Files Tagged by John View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Jul 2009 Published M-Files freezeColors / unfreezeColors Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. Author: John Iversen surf, index, colormap, customization, surface, image 211 51
  • 4.91892
4.9 | 38 ratings
05 Sep 2006 Screenshot Enhanced help--improve your workflow Simple enhancement to help listings: adds hyperlinks to open files for editing. Author: John Iversen help, development environme..., hyperlink, edit 13 4
  • 4.0
4.0 | 2 ratings
31 Aug 2006 Screenshot JISUBPLOT + NEXTPLOT: enhanced replacement for subplot Automatically create complex subplot layouts Author: John Iversen axis, subplot, customization, layout, figure, annotation 14 0
22 Jul 2005 Use Mac OS X XML Plists with MATLAB Utilities to convert Mac OS X native storage format (XML Property Lists) for use in MATLAB. Author: John Iversen convert, import, data import, export, data export, property 8 0
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com