Code covered by the BSD License  

Highlights from
mq_interpolation.m

5.0

5.0 | 3 ratings Rate this file 2 Downloads (last 30 days) File Size: 1.68 KB File ID: #8662
image thumbnail

mq_interpolation.m

by Orlando Rodríguez

 

06 Oct 2005 (Updated 07 Oct 2005)

Multiquadrics interpolation.

| Watch this File

File Information
Description

Interpolation of 1D and 2D scattered data using multiquadrics.

MATLAB release MATLAB 5.2 (R10)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (3)
01 Jan 2006 Vadim Moldavsky

Great Work !

18 Feb 2006 Alex Chirokov

Very Good!!! I especially liked matlab code optimization such as this one

rj_minus_ri = ( r(i,:)'*ones([1 N]) )' - r;
Phi(:,i) = sqrt( sum( rj_minus_ri.^2 , 2 ) + c*c );

Very clever.

23 Nov 2009 Tahseen Hussein

I just want to say a big thank you.. I have been having a problem of doing this interpolation and by your software I found my mistake.
Thanks a lot

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
approximation Orlando Rodríguez 22 Oct 2008 08:02:09
interpolation Orlando Rodríguez 22 Oct 2008 08:02:09
multiquadrics Orlando Rodríguez 22 Oct 2008 08:02:09
scattered Orlando Rodríguez 22 Oct 2008 08:02:09
data Orlando Rodríguez 22 Oct 2008 08:02:09

Contact us at files@mathworks.com