Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
12 Oct 2009 digitize Matlab tool for digitizing images Author: alex sanchez chido

11 Sep 2009 readascii Reads ascii files and prepares them for load compatibility. Author: alex sanchez Wim

Exactly what was needed!

06 Jan 2009 readascii Reads ascii files and prepares them for load compatibility. Author: alex sanchez Kant, Shashi

Super! Great work! highly appreciated.. This is the one I have been looking for !!!

20 Dec 2008 wavelength solves the dispersion relation for ocean surface waves by using the Newton-Raphson method Author: alex sanchez Franklin, James

I think that's a bit harsh Lez, the program works well AND quickly. i have checked it against the CARC wave calculator and it appears correct so far.

the sript is clear and the numerics are from Goda (2000) random sea and design of maritime structures....Goda isn't wrong!

Overall for a engineer or a student or a postgrad starting wave modelling this a good and useful *.m file.

Cheers!

13 Aug 2008 digitize Matlab tool for digitizing images Author: alex sanchez Jokanovic, Bojan

sometimes it works, sometimes I get message:

??? Error using ==> waitforbuttonpress
waitforbuttonpress exit because all figures have
been deleted.

Error in ==> digitize>AddPoints at 644
    keydown = waitforbuttonpress;

Error in ==> digitize at 136
feval(action,varargin{:});

??? Error while evaluating uimenu Callback

12 Aug 2008 winsinc Applies a windowed sinc filter. Author: alex sanchez González, Diego

good

28 Jan 2008 scatplot Scatter plot with color indicating data density. Author: alex sanchez Duffy, Garret

Excellent and useful plotting utility. Specification of command-line parameters is tricky however. Perhaps a runtime feedback of what input parameters were specified would be useful.

15 Nov 2007 specwelch Spectrum using Welch's method Author: alex sanchez P, john

Could be great, but requires some toolbox(es). There is no specification of which ones.

09 Nov 2007 writeascii Saves vector, matrix (up to 3 dimensions) ... Author: alex sanchez A, Jalal

Great Job.

09 Nov 2007 moverotateobj allows to graphically and simply move and rotate lines and text objects Author: alex sanchez P, V

Very useful. I wonder, is there any equivalent in Matlab?

It is not clear, why the program does not work with patch objects.

31 Oct 2007 wavelength solves the dispersion relation for ocean surface waves by using the Newton-Raphson method Author: alex sanchez Nevarez, Luis

i need the program

22 Aug 2007 readascii Reads ascii files and prepares them for load compatibility. Author: alex sanchez PEREZ, Carlos

Very helpful!! thanks Alex

03 Jul 2007 Graphic Editing Tool Edit plots and text by just selecting them with the mouse. This function allows you to easily move. Author: alex sanchez ben soltana, ines

hi

04 Jun 2007 Graphic Editing Tool Edit plots and text by just selecting them with the mouse. This function allows you to easily move. Author: alex sanchez f, f

Excellent, thank you very much.

02 Jun 2007 scatplot Scatter plot with color indicating data density. Author: alex sanchez Sung, New

It's what I am just looking for. Very nice! Thank you.

30 May 2007 spectral Spectrum using periodogram method Author: alex sanchez lee, andrew

29 May 2007 digitize Matlab tool for digitizing images Author: alex sanchez Freidhoff, Carl

Works well when a small number of points are needed.

18 Apr 2007 scatplot Scatter plot with color indicating data density. Author: alex sanchez D'Errico, John

A very nice utility for visualizing scattered data in 2-d. Excellent help, an H1 line, defaults for the variables, internal comments, etc.

A flaw is there is no error checking done on the parameters for viability. For example, the method argument is described as taking on one of 'circles', 'squares', or 'voronoi'. However, the code checks only the first two characters, both of which must be correct. This feature is undocumented. Note that strcmpi or strmatch are easy to use tools that will check for any shortened versions of the options. You can even ignore capitalization.

Similarly, there is no error checking on the po (plot options) argument. If you pass in a 5, you get an arbitrary result.

I would have liked to give this a 5 rating, and will happily raise my rating.

21 Feb 2007 readascii Reads ascii files and prepares them for load compatibility. Author: alex sanchez Kaul, Vikas

Perfect! Just what I was looking for! :)

08 Feb 2007 Graphic Editing Tool Edit plots and text by just selecting them with the mouse. This function allows you to easily move. Author: alex sanchez Jacquenot, Guillaume

Excellent work.

I had to change a little the code to have it working with Matlab 6.5.
For previous Matlab versions, you need to modify the beginning of function KeyPress

function KeyPress(hObject, eventdata, handles)
%%J function KeyPress(src,evnt,op)
hFig = get(0,'CurrentFigure');
hAx = get(hFig,'CurrentAxes');
ud = get(hFig,'UserData');
evnt.Key = get(hFig,'CurrentCharacter');
if isempty(ud.hObj) && ~any(strcmpi(evnt.Key,{'d','p','t'}))
    return
end
ud.key = evnt.Key;

03 Jan 2007 specwelch Spectrum using Welch's method Author: alex sanchez Dhage, Vishnuvenkatesh

19 Dec 2006 spectral Spectrum using periodogram method Author: alex sanchez Rosales, Nando

SAM: Needs the stata and signal toolbox. ALEX: could you improve a little bit the comments, and Bibliographic Reference

30 Oct 2006 specwelch Spectrum using Welch's method Author: alex sanchez eos, ilaria

07 Sep 2006 barbs Plots vector fields and vector time series. Author: alex sanchez Royle, Jacob

This is really easy to use, it does what it says it does, and it saved me a few hours studying the manual. So thats great!.

30 Jul 2006 plamovie Plays a matlab movie, with the option of using a slider Author: alex sanchez xin, chang

i'd like to ask can you put the "animation.mat"in your examples together,if it is possible.
for i haven't this mat file ,and can't see the effect of your code ,thx

21 Jul 2006 digitize Matlab tool for digitizing images Author: alex sanchez rachnavy, pornthep

18 Jul 2006 plamovie Plays a matlab movie, with the option of using a slider Author: alex sanchez Kunert, Gerd

Requires Image processing Toolbox - this should be stated clearly.

17 Jul 2006 spectral Spectrum using periodogram method Author: alex sanchez K, Sam

Nicely written code, seems to be very good utility.
I got the below error. What could be the fix for this?

??? Undefined command/function 'chi2inv'.

Error in ==> spectral at 180
conf = v./chi2inv([alpha2,1-alpha2],v);

Thank you.

05 Jul 2006 digitize Matlab tool for digitizing images Author: alex sanchez Chellasamy, Edwin Ebenezer

It is a good tool use in matlab environment. Still needs lot of improvements. iiaebe@yahoo.com %Edwin Ebenezer Chellasamy

05 May 2006 Graphic Editing Tool Edit plots and text by just selecting them with the mouse. This function allows you to easily move. Author: alex sanchez S., H.

03 May 2006 scatplot Scatter plot with color indicating data density. Author: alex sanchez C, J

Nice work. thank you !

06 Apr 2006 wavelength solves the dispersion relation for ocean surface waves by using the Newton-Raphson method Author: alex sanchez Zeppelin, Lez

Poor numerics & script.

04 Apr 2006 wavelength solves the dispersion relation for ocean surface waves by using the Newton-Raphson method Author: alex sanchez Izru, Garner

Good!

07 Feb 2006 readascii Reads ascii files and prepares them for load compatibility. Author: alex sanchez George, Tom

Great

31 Dec 2005 readascii Reads ascii files and prepares them for load compatibility. Author: alex sanchez Odom, Robert

Thank you, it's just what I needed.

03 Dec 2005 scatplot Scatter plot with color indicating data density. Author: alex sanchez Pattnaik, Birajashis

Ya simple but impressive,Good

18 Nov 2005 scatplot Scatter plot with color indicating data density. Author: alex sanchez howard, m2

nice, simple, and effective!

30 Aug 2005 digitize Matlab tool for digitizing images Author: alex sanchez Viswanathan, Srinath

17 Aug 2005 digitize Matlab tool for digitizing images Author: alex sanchez Ruiz, Gabriel

In general terms, I think it's a great job, but I also think that some things can improve them. Nice job!!!

24 May 2005 readascii Reads ascii files and prepares them for load compatibility. Author: alex sanchez rogers, tomy

Excellent application!, very good

18 Jun 2004 writeascii Saves vector, matrix (up to 3 dimensions) ... Author: alex sanchez hawarey, m

thanks.. it worked fine with me.

29 Mar 2004 writeascii Saves vector, matrix (up to 3 dimensions) ... Author: alex sanchez Xu, Sikun (George)

I am quite new to Matlab. I will not give overall rating since I do not know.

I found that this function has loopholes:
when saving a matrix, it put all data in one line instead of in differents rows.

the simple solution is to replace '\n" with '\r\n' in function. then it will do the job to put the data according their rows in matrix.

 

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