help-octave
[Top][All Lists]
Advanced

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

Passing the values in a fixed format


From: Ganesh Kini
Subject: Passing the values in a fixed format
Date: Wed, 24 Jun 2020 18:53:07 +0200

I have 2 arrays

Position = {"ITC""VTC""KZT"};

Direction = [0.34 0.56 0.99]

abc = interpm (.. )

I have a pass these values to a interpn function such a way it should pass as set of values, which means i should pass like Position = "ITC" and direction = 0.34 , during the next position = "VTC" and direction = 0.56 and the last one. how do i do that  ?

reply via email to

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