Making parameters and names waves
imksh2000
To make waves of initial parameters, (e.g., if the equation is y = ax^2 + bx + c, wave is {a, b, c}) with their corresponding names (e.g., John for a, etc).
So eventually I want to make two waves like this wave
coeffwave_values coeffwave_names
a John
b Jane
c James
Can I interlock values and names? So I can recall value "a" with string "John".
DisplayHelpTopic "Example: Wave Assignment and Indexing Using Labels"
March 17, 2016 at 12:21 am - Permalink