Syntax for linterp

Syntax for linterp - What is the correct syntax for linterp(x,y,z) - Messages

#1 Posted: 2/14/2019 6:57:41 PM
RegCurry

RegCurry

0 likes in 57 posts.

Group: User

Sorry to be so slow on Smath. Some thing work like Mathcad and some don't. I need help with the correct syntax for the interpolation function linterp. I have tired all combinations of syntax that I can think of and none work in the attached Smath file.

Help would be appreciated.



RMD CALCULATION.sm (15 KiB) downloaded 41 time(s).

#2 Posted: 2/14/2019 7:17:53 PM
RegCurry

RegCurry

0 likes in 57 posts.

Group: User

Oops I meant this way to no success.

RMD CALCULATION.sm (15 KiB) downloaded 41 time(s).
#3 Posted: 2/14/2019 8:30:15 PM
Arie

Arie

93 likes in 285 posts.

Group: User

I don't think vectorize works with this function. It is expecting a single value in argument 3. Checkout my linterp2 function in the attached. I think it does what you want.
RMD CALCULATION.sm (18 KiB) downloaded 48 time(s).

Note: In my program, it is not necessary to initialize the result. However, I have found that in cases of large vectors, it speeds up processing time to initialize a vector to the expected size and then fill in values. I generally just do this as standard practice now even if it's not necessary.
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
#4 Posted: 2/14/2019 8:47:17 PM
RegCurry

RegCurry

0 likes in 57 posts.

Group: User

Thanks much. You are a real help.

I did not realize that the interpolation functions required additional programming. I incorrectly assumed it was like Mathcad. Many things are like Mathcad, but clearly not all.

Thanks again.


Reg
#5 Posted: 2/14/2019 8:56:20 PM
Arie

Arie

93 likes in 285 posts.

Group: User

No problem!. Welcome to the forum. There are a lot of people here who are regular contributors and will help you with questions you have. For me, it's why I primarily use SMath for my calculations.

Regarding similarity/dissimilarity to MathCAD... once you start using SMath more you'll stop thinking in "MathCAD" and be able to think in "SMath". As a former MathCAD convert myself, I really started to come into my own when I stopped thinking of how I would do things in MathCAD and started figuring out how best to use SMath.
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
#6 Posted: 2/14/2019 9:16:12 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Some thing work like Mathcad and some don't.I need help with the correct syntax for the interpolation function linterp.


Read carefully: linterp, cinterp are 1/1 Mathcad
Smath ainterp has special virtues not found in Mathcad.
Smath linterp, cinterp, ainterp are 1/1 Mathcad as interpolation.
but are 0/1 as scalar functions. In many instances, it is possible
to recast the problem in the form of infinitesimal analysis.
I found no way to render a_c_l interp scalar Mathcad style.
Though, I have the Mathcad code. Don't confuse yourself, a_c_l_interp
they plot on the canvas, i.e: they plot scalar.
scalar is a kernel internal vanishing iterator
Next question: please attach the Smath document.

Jean

#7 Posted: 2/14/2019 9:53:35 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Oops I meant this way to no success.


Sorry, I downloaded the other one.
Either blue/red will each have an extraordinary good model fit,
for further processing [deriv, int].

linterp.PNG
#8 Posted: 2/14/2019 10:57:58 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Oops I meant this way to no success.



RMD CALCULATION (J).sm (18 KiB) downloaded 35 time(s).

#9 Posted: 2/14/2019 11:51:13 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

... a bit .

RMD CALCULATION (J).sm (26 KiB) downloaded 29 time(s).
#10 Posted: 2/15/2019 12:08:02 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

... interesting stuff .

Interpolate [Linterp, Spline2D].sm (118 KiB) downloaded 43 time(s).
#11 Posted: 2/15/2019 12:20:02 AM
RegCurry

RegCurry

0 likes in 57 posts.

Group: User


Jean,
I appreciate your attempt at helping me. Unfortunately, I am new to Smath and don't really understand your syntax in your attached sm file. See my comments in the attached file.


Wrote

Wrote

Oops I meant this way to no success.



RMD CALCULATION (J).sm (18 KiB) downloaded 35 time(s).



RMD%20CALCULATION%20(J)-1.sm (21 KiB) downloaded 30 time(s).

Sorry, I am just too new to this code to appreciate your input.
Thanks again,
Reg
#12 Posted: 2/15/2019 12:41:09 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Hi. You can do some plots too.
Best regards.
Alvaro.

RMD CALCULATION.sm (10 KiB) downloaded 39 time(s).

Clipboard02.gif
#13 Posted: 2/15/2019 1:46:57 AM
RegCurry

RegCurry

0 likes in 57 posts.

Group: User

Thanks to all. I was able to find some useful stuff from everyone. Here is where I was headed.

RMD CALCULATION.sm (16 KiB) downloaded 28 time(s).



#14 Posted: 2/15/2019 1:57:46 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Sorry, I am just too new to this code to appreciate your input.
Thanks again,
Reg


Hello Reg ... answered in blue

RMD CALCULATION (J in_blue)-1.sm (24 KiB) downloaded 36 time(s).

#15 Posted: 2/15/2019 3:51:44 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Just a note.

Pay attention to the plot by Alvaro. He uses often neded lele() function (Custom functions plugin) for checking if the value is in a range: Xmin<=x<=Xmax

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
1 users liked this post
frapuano 2/15/2019 5:52:00 AM
#16 Posted: 2/15/2019 12:47:44 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Thanks to all.I was able to find some useful stuff from everyone.


... more in there for publishing.
Little Smath doing so much, so nice !

Jean

RMD CALCULATION (J).sm (35 KiB) downloaded 35 time(s).


#17 Posted: 2/15/2019 6:55:22 PM
RegCurry

RegCurry

0 likes in 57 posts.

Group: User



Is this XY plot new? I find it really helpful.

RMD CALCULATION.sm (18 KiB) downloaded 40 time(s).
#18 Posted: 2/15/2019 10:48:25 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Is this XY plot new?I find it really helpful.


Not new, just from applied Smath features as in older SS 6179.
  • New Posts New Posts
  • No New Posts No New Posts