trosmo
Computer
- Jul 8, 2004
- 3
Using the following setup i can interpolate values related to a two-column matrix:
X:=data(0) y:=data(1)
S:=cspline(X,Y)
fit(x):=interp(S,X,Y,x)
fit("value") = "returned value"
Is there any vay that i can get mathcad to return an equation expressing the dataset in my matrix ?
;-) mathcad-beginner
X:=data(0) y:=data(1)
S:=cspline(X,Y)
fit(x):=interp(S,X,Y,x)
fit("value") = "returned value"
Is there any vay that i can get mathcad to return an equation expressing the dataset in my matrix ?
;-) mathcad-beginner