Rank: 521 based on 175 downloads (last 30 days) and 4 files submitted
Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Val View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Jan 2010 Screenshot raytrace A function to model acoustic refraction due to variations in sound speed. Author: Val Schmidt modeling, ray tracing, ocean engineering, refraction, underwater acoustics, acoustics 64 0
24 Jun 2009 struct_read/struct_write Functions to ease the reading and writing of C data structures from and to binary files. Author: Val Schmidt writing, reading, file, binary, c, structure 19 0
15 May 2009 Screenshot get_google_map Retrieve a google map from the command line using the Static Google Maps API. Author: Val Schmidt mapping, google, georeferencing, utm, map 70 2
  • 4.0
4.0 | 1 rating
07 May 2009 Convert Unix Time (seconds since Jan 1 1970) to MATLAB Serial Time Converts unix time to MATLAB serial time. Author: Val Schmidt unix, data processing, unix time, serial time 22 0
Comments and Ratings by Val View all
Updated File Comments Rating
05 Aug 2009 txt2mat fast and versatile ascii data import capable of handling large text files Author: Andres

This seems like a terrifically useful tool.

One feature request. In addition to being able to specify characters that, if found in a line, mark the line for omission, it would be nice to be able to instead skip everything by default and specify characters of lines that are to be included.

Suppose, for example, you want to parse a log file. You'll want to extract all the log entries of a particular type. Rather than having to specify every other type of entry for omission, it'd be nice to be able to specify just the ones you want.

Thanks,
Val

21 Jun 2009 xml_io_tools Read XML files into MATLAB struct and writes MATLAB data types to XML Author: Jaroslaw Tuszynski

This package works well for us - reading xml that fails under other xml packages.

However it is EXTREMELY slow (for me).

In parsing a 976K xml file with a parent function that calls xml_read(), I find in profiling that "xml_read>DOMnode2struct" consumes 206 seconds of the total 210.

It appears that the process of unwrapping the results of the DOM object into the matlab structure is what kills it. Oddly, my cpu is rarely maxed out, which seems to indicate some memory management bottleneck.

Is there any chance this is fixable?

10 Feb 2009 Cone-plane intersection Compute the intersection of a cone and a plane, where the result is represented as an ellipse Author: Sylvain Calinon

I want to comment on my own comment The author of this package emailed me directly, pointing out that I had failed to normalize the coneDir vector.

SO PLEASE DISREGARD MY MESSAGE ABOVE.

The error was mine!

-Val

Comments and Ratings on Val's Files View all
Updated File Comment by Comments Rating
22 Sep 2009 get_google_map Retrieve a google map from the command line using the Static Google Maps API. Author: Val Schmidt kumar, brijendra

i am getting following error........
please help me to fix it..................
################
??? Error using ==> imread at 328
Unable to determine the file format.

Error in ==> get_google_map at 163
[M Mcolor] = imread(filename);

Error in ==> Untitled2 at 3
[xx yy M Mcolor] = get_google_map(43.06374,-70.703993);

14 May 2009 get_google_map Retrieve a google map from the command line using the Static Google Maps API. Author: Val Schmidt us

once the user has set the environment

- get the KEY
- get DEG2UTM

it works quite well for most of the prop/val combinations

two thoughts

no need to FLIPUD(M) in the function... otherwise, users have to flip it back for

     imagesc(XX,YY,flipud(M));
     colormap(Mcolor);
     axis image;

which seems a faster/better way to display the map compared to the proposed SURF(...)

the props should be case-insensitive...

us

Top Tags Applied by Val
acoustics, binary, c, data processing, file
Files Tagged by Val View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Jan 2010 Screenshot raytrace A function to model acoustic refraction due to variations in sound speed. Author: Val Schmidt modeling, ray tracing, ocean engineering, refraction, underwater acoustics, acoustics 64 0
24 Jun 2009 struct_read/struct_write Functions to ease the reading and writing of C data structures from and to binary files. Author: Val Schmidt writing, reading, file, binary, c, structure 19 0
15 May 2009 Screenshot get_google_map Retrieve a google map from the command line using the Static Google Maps API. Author: Val Schmidt mapping, google, georeferencing, utm, map 70 2
  • 4.0
4.0 | 1 rating
07 May 2009 Convert Unix Time (seconds since Jan 1 1970) to MATLAB Serial Time Converts unix time to MATLAB serial time. Author: Val Schmidt unix, data processing, unix time, serial time 22 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