help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: bicubic spline interpolation in octave


From: John W. Eaton
Subject: re: bicubic spline interpolation in octave
Date: Mon, 18 Jul 2005 08:46:07 -0400

On 18-Jul-2005, Hoxide Ma wrote:

| new version of bicubic.m :
| 
| now you can try it, by run as follow:
| c:\> octave bincubic_t.m
| 
| :) 
| 
| A student of Math in Soochow University in China.
| Intrested in Math, Python, Twisted, Prolog and .NET/MONO.


## Copyright (C) 2005 Hoxide
##
## [...]
##
## This program based on interp2.m what is in the Matlab
## CUBIC 2-D bicubic data interpolation.
##   CUBIC(...) is the same as LINEAR(....) except that it uses
##   bicubic interpolation.
##
## [...]

Is your code actually derived from Matlab code?  If so, then please DO
NOT post it to an Octave mailing list.

When writing code for Octave, it is important to base your work on
something that can be freely redistributed.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]