Rank: 2016 based on 44 downloads (last 30 days) and 2 files submitted
photo

ioxv.4623

E-mail

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by ioxv.4623 View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
13 May 2009 save all variables except what the user specifies Save all workspace variables to harddisk except what the user specifies. Author: ioxv.4623 modeling, data import, data export 26 1
  • 4.0
4.0 | 1 rating
23 Apr 2009 Is this MATLAB or Octave? Crude but effective tests of whether code is executed in matlab or octave. Author: ioxv.4623 modeling, octave, gui, matlab 18 1
  • 3.0
3.0 | 1 rating
Comments and Ratings by ioxv.4623 View all
Updated File Comments Rating
06 May 2009 Google Earth Toolbox Various plotting/drawing functions that can be saved as KML output, and loaded in Google Earth Author: Scott L. Davis

@ Johannes Traugott 22 Apr 2009

Hi Johannes:
indeed this functionality did not exist. However, I uploaded 2 new files (ge_point_new.m and demo_ge_point_new.m) to the Google Code repository (revision 28), which may solve your problem. Let me warn you though that 500.000 points with popup menu will generate huge KML files. Having said that, good luck on your work and thanks for the rating.
-Jurriaan

10 Mar 2009 Google Earth Toolbox Various plotting/drawing functions that can be saved as KML output, and loaded in Google Earth Author: Scott L. Davis

Some of the issues raised in previous posts have been resolved in revision 27 of the googleearth toolbox --check the Google Code link above or "http://code.google.com/p/googleearthtoolbox/"
-Jurriaan

Comments and Ratings on ioxv.4623's Files View all
Updated File Comment by Comments Rating
16 Jun 2009 Is this MATLAB or Octave? Crude but effective tests of whether code is executed in matlab or octave. Author: ioxv.4623 Oldenhuis, Rody

Exactly what I was looking for, a nice trick indeed!

But I wondered...why didn't you put this in a single function? Like

function type = determineUI
...
end

where type = 'matlab' if matlab, type = 'octave' if octave or something similar. That would be much more useful in most implementations...

29 May 2009 save all variables except what the user specifies Save all workspace variables to harddisk except what the user specifies. Author: ioxv.4623 Mark

05 May 2009 save all variables except what the user specifies Save all workspace variables to harddisk except what the user specifies. Author: ioxv.4623 Rowland, Darren

Would prefer if a warning is issued when no action is being taken. Also with the default action being 'save all variables by default', I expected that
savex(filename);
would automatically save the workspace to filename but this is not the case. Could you get this simply to redirect to
save filename;
when no variables are specified?

Top Tags Applied by ioxv.4623
modeling, data export, data import, gui, matlab
Files Tagged by ioxv.4623 View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
13 May 2009 save all variables except what the user specifies Save all workspace variables to harddisk except what the user specifies. Author: ioxv.4623 modeling, data import, data export 26 1
  • 4.0
4.0 | 1 rating
23 Apr 2009 Is this MATLAB or Octave? Crude but effective tests of whether code is executed in matlab or octave. Author: ioxv.4623 modeling, octave, gui, matlab 18 1
  • 3.0
3.0 | 1 rating
 

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