Rank: 550 based on 122 downloads (last 30 days) and 13 files submitted
photo

alex sanchez

E-mail
Company/University
UH

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by alex View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Jul 2006 plamovie Plays a matlab movie, with the option of using a slider Author: alex sanchez animation, slider, movie, data exploration, graphics 7 3
  • 3.0
3.0 | 1 rating
13 Jul 2006 specwelch Spectrum using Welch's method Author: alex sanchez spectral analysis, spectrum, welch, signal processing 9 1
  • 4.0
4.0 | 3 ratings
13 Jul 2006 spectral Spectrum using periodogram method Author: alex sanchez spectral analysis, period spectrum, periodogram method, signal process 10 2
  • 3.66667
3.7 | 3 ratings
02 Jun 2006 Screenshot Graphic Editing Tool Edit plots and text by just selecting them with the mouse. This function allows you to easily move. Author: alex sanchez annotation, customization, edit, rotate, move, delete 1 3
  • 4.0
4.0 | 4 ratings
02 Jun 2006 Screenshot digitize Matlab tool for digitizing images Author: alex sanchez graphics import, graphics export, digitizing, image, utilites, graphics 26 4
  • 4.0
4.0 | 7 ratings
Comments and Ratings on alex's Files View all
Updated File Comment by Comments Rating
15 Feb 2011 scatplot Scatter plot with color indicating data density. Author: alex sanchez Jin, Hongxiao

%this works fine for simple show
function hh=scatterC(varargin,n,method)
if nargin<2
    n = 100; %bins
    method='p'%pcolor
end
if nargin<3
    method='p'
end

[N C]=hist3(varargin,[n,n]);
N(find(N==0))=NaN;
[X Y]=meshgrid(C{1},C{2});
switch method
    case 'p'
        pcolor(X,Y,N);shading flat;
    case 'c' %contourf
        contourf(X,Y,N,'EdgeColor','None');
end

11 Mar 2010 winsinc Applies a windowed sinc filter. Author: alex sanchez Tom

This is a very useful function. Thank you very much.

One comment: wkeep is in the wavelet toolbox. I believe using

xf = conv(x,h,'same');

gives the same results as

xf = conv(x,h);
xf = wkeep(xf,N);

12 Jan 2010 plamovie Plays a matlab movie, with the option of using a slider Author: alex sanchez Campbell, Rob

I wasn't able to get this to work on 2009b. I had to modify line 120 to update it to current standards. I now get improper matrix reference at line 153. Unclear why this should be the case.

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!

Top Tags Applied by alex
graphics, graphics export, graphics import, annotation, customization
Files Tagged by alex View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Jul 2006 plamovie Plays a matlab movie, with the option of using a slider Author: alex sanchez animation, slider, movie, data exploration, graphics 7 3
  • 3.0
3.0 | 1 rating
13 Jul 2006 specwelch Spectrum using Welch's method Author: alex sanchez spectral analysis, spectrum, welch, signal processing 9 1
  • 4.0
4.0 | 3 ratings
13 Jul 2006 spectral Spectrum using periodogram method Author: alex sanchez spectral analysis, period spectrum, periodogram method, signal process 10 2
  • 3.66667
3.7 | 3 ratings
02 Jun 2006 Screenshot Graphic Editing Tool Edit plots and text by just selecting them with the mouse. This function allows you to easily move. Author: alex sanchez annotation, customization, edit, rotate, move, delete 1 3
  • 4.0
4.0 | 4 ratings
02 Jun 2006 Screenshot digitize Matlab tool for digitizing images Author: alex sanchez graphics import, graphics export, digitizing, image, utilites, graphics 26 4
  • 4.0
4.0 | 7 ratings

Contact us at files@mathworks.com