Rank: 353 based on 324 downloads (last 30 days) and 3 files submitted
photo

Andres

E-mail

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Andres View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Nov 2009 Screenshot MuFFE - figure manager gui keep track of your figures and save them easily Author: Andres gui tools, figure manager, gui, figure, graphics export 63 0
17 Nov 2009 txt2mat fast and versatile ascii data import capable of handling large text files Author: Andres import, data import, ascii, csv, file, conversion 234 15
  • 4.75
4.8 | 16 ratings
09 Jul 2009 Screenshot surfo workaround for surface lighting with OpenGL Author: Andres workaround, opengl, surf, surface, plot, light 27 1
  • 5.0
5.0 | 1 rating
Comments and Ratings by Andres View all
Updated File Comments Rating
11 Nov 2009 txt2mat fast and versatile ascii data import capable of handling large text files Author: Andres

@ Leonard
Thanks for pointing to the version number issue with the MCR (and that part of code you mention should have been replaced anyhow...). I've just sent you an email regarding a possible solution; if it got lost, please use the 'Contact Author' link on my author page.
Regards
Andres

30 Jul 2009 addaxis Add multiple y-axes to plots. zoomable with zoom modification. Author: Harry Lee

A good multiple y-axis tool - it could be a bit more customizable. Use linkzoom ( http://www.mathworks.com/matlabcentral/fileexchange/21414 ) to avoid the zoom modification, or use Carlos Adrian's derivative (not tested yet).

09 Jul 2009 linkzoom.m v1.3 (Aug 2009) Links the ZOOM and PAN regions of different axes. Author: Carlos Adrian Vargas Aguilera

Very very good! Just when I needed such a function, linkzoom appeared as the Pick of the Week. As I mentioned there, it works well with addaxis, http://www.mathworks.com/matlabcentral/fileexchange/9016 , without the need to replace the original zoom function.
Thank you Carlos Adrian!

19 Jun 2009 MATLAB controls and writes PowerPoint MATLAB as a COM client, Microsoft PowerPoint (or any Office 2003 application) as a COM server Author: George Thiers

Very helpful demo script to get started. Thanks!

28 Jan 2009 Accurate polygon extension Enlarges polygon by a specified range. Also generates internal polygons caused by intersections. Author: Krispijn Scholte

I hope the self-intersecting extension issue can be fixed. Note that in the center of the V-poly extension there seem to be two identical points in the extended polygon (I just stepped through with a datatip + arrow keys).

But above all, thanks for your fast support!

Comments and Ratings on Andres' Files View all
Updated File Comment by Comments Rating
16 Nov 2009 txt2mat fast and versatile ascii data import capable of handling large text files Author: Andres Peer, Stefanie

11 Nov 2009 txt2mat fast and versatile ascii data import capable of handling large text files Author: Andres Andres

@ Leonard
Thanks for pointing to the version number issue with the MCR (and that part of code you mention should have been replaced anyhow...). I've just sent you an email regarding a possible solution; if it got lost, please use the 'Contact Author' link on my author page.
Regards
Andres

09 Nov 2009 txt2mat fast and versatile ascii data import capable of handling large text files Author: Andres Leonard

txt2mat is excellent by being very straightforward in it's implementation. Could be the defacto standard within Matlab. Thanks Andreas for this.

If you are considering compiling a standalone application and deploying it using the MCR, you may want to consider the following:
I did not encounter any errors using this .m file while using it as long as MATLAB was installed on my machine (ver 7.5, BTW).
When deploying my executable to another machine and using the MCR (ver 7.7), the command line indicated the following:

Too many objects requested. Most likely cause is missing [ ] around left hand side that has a comma separated list expansion.

Error in ==> txt2mat at 519

515 %% Definitions
516
517 % find out matlab version as a decimal, up to the second dot:
518 v = ver('matlab');
519 vs= v.Version;
520 vsDotPos = [strfind(vs,'.'), Inf, Inf];
521 vn= str2double(vs(1:min(numel(vs),vsDotPos(2)-1)));

The .m file halted execution of my program because it was looking for a version # for MATLAB, which was not installed on the target machine. I patched the code by determining the matlab ver and editing the txt2mat.m as follows:

518 %v = ver('matlab');
519 vs = 7.5; %vs= v.Version;
520 vsDotPos = [strfind(vs,'.'), Inf, Inf];
521 vn= str2double(vs(1:min(numel(vs),vsDotPos(2)-1)));

Maybe it's possible to check for 'Matlab' on the target machine and/or the MCR and then handle this line appropriately.

Regards,
Len

05 Aug 2009 txt2mat fast and versatile ascii data import capable of handling large text files Author: Andres Schmidt, Val

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

08 Jul 2009 surfo workaround for surface lighting with OpenGL Author: Andres Simon, Jan

Efficient, clear source code, help and example included.
The problem existed even in Matlab 6.5. Thanks!

Top Tags Applied by Andres
ascii, conversion, csv, data, data import
Files Tagged by Andres View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Nov 2009 Screenshot MuFFE - figure manager gui keep track of your figures and save them easily Author: Andres gui tools, figure manager, gui, figure, graphics export 63 0
17 Nov 2009 txt2mat fast and versatile ascii data import capable of handling large text files Author: Andres import, data import, ascii, csv, file, conversion 234 15
  • 4.75
4.8 | 16 ratings
09 Jul 2009 Screenshot surfo workaround for surface lighting with OpenGL Author: Andres workaround, opengl, surf, surface, plot, light 27 1
  • 5.0
5.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