Rank: 2305 based on 21 downloads (last 30 days) and 3 files submitted
photo

Antoni J. Canós

E-mail
Company/University
ITACA - Technical University of Valencia

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Antoni J. View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Dec 2010 polyfit3 Fit polynomial to data, with new features as forced to zero coefficients and data weighting. Author: Antoni J. Canós fitting, polynomial fitting, approximation, interpolation, polyfit, coefficients 10 3
  • 4.0
4.0 | 3 ratings
05 May 2009 Single-variable linear level finding ("inverse" INTERP1): findX Estimates the XI values at which the dependent variables Y reach a specified level YI. Author: Antoni J. Canós interpolation, data exploration, mathematics, approximation, level crossing, find zeros 7 3
  • 4.0
4.0 | 2 ratings
13 Dec 2006 Screenshot Fast and Robust Self-Intersections Computes the self-intersections of a curve. Author: Antoni J. Canós self intersect inters... 4 2
  • 5.0
5.0 | 2 ratings
Comments and Ratings by Antoni J.
Updated File Comments Rating
13 May 2009 find_cross.m, version 2.1 Find and/or estimate level crossings using a combination of search and interpolation. Author: Phillip M. Feldman

Phillip, please have a look at findX.m (File ID: #23860).
http://www.mathworks.com/matlabcentral/fileexchange/23860

It is based on find_cross.m but with an optimized code, completely vectorized, without the restriction of column vectors and with some new features.

Comments and Ratings on Antoni J.'s Files View all
Updated File Comment by Comments Rating
31 Oct 2011 polyfit3 Fit polynomial to data, with new features as forced to zero coefficients and data weighting. Author: Antoni J. Canós Kan, Andrey

thank you for a useful implementation.

memory usage of this function can be reduced by replacing lines:
W=diag(w);
WV=W*V;
Wy=W*y;
WVfull=W*Vfull;

with the following code:
W = repmat(w, 1, size(V, 2));
WV=W.*V;
Wy=w.*y;
W = repmat(w, 1, size(Vfull, 2));
WVfull=W.*Vfull;

21 May 2011 polyfit3 Fit polynomial to data, with new features as forced to zero coefficients and data weighting. Author: Antoni J. Canós Jan

just what I was looking for

05 Jan 2011 polyfit3 Fit polynomial to data, with new features as forced to zero coefficients and data weighting. Author: Antoni J. Canós Eugene
08 Jul 2010 Fast and Robust Self-Intersections Computes the self-intersections of a curve. Author: Antoni J. Canós Evgeny Pr
14 May 2009 Fast and Robust Self-Intersections Computes the self-intersections of a curve. Author: Antoni J. Canós Beardmore, Robert

It certainly is very good and saved me a lot of bother!!

Top Tags Applied by Antoni J.
approximation, interpolation, coefficients, communications, data exploration
Files Tagged by Antoni J. View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Dec 2010 polyfit3 Fit polynomial to data, with new features as forced to zero coefficients and data weighting. Author: Antoni J. Canós fitting, polynomial fitting, approximation, interpolation, polyfit, coefficients 10 3
  • 4.0
4.0 | 3 ratings
25 Sep 2009 impedance of shielde microstrip transmission line calculates the impedance and phase velocity in shielded microstrip transmission line. Author: ujwol palanchoke communications 4 0
05 May 2009 Single-variable linear level finding ("inverse" INTERP1): findX Estimates the XI values at which the dependent variables Y reach a specified level YI. Author: Antoni J. Canós interpolation, data exploration, mathematics, approximation, level crossing, find zeros 7 3
  • 4.0
4.0 | 2 ratings
13 Dec 2006 Screenshot Fast and Robust Self-Intersections Computes the self-intersections of a curve. Author: Antoni J. Canós self intersect inters... 4 2
  • 5.0
5.0 | 2 ratings

Contact us at files@mathworks.com