I have a question how can I assign some Data here Eco to a variable so that is a vector.
defun function (Eco)
{
decl k;
for(k=0;k<3;k++)
{
data_new[k] =Eco;
}
return data_new;
}
Thanks
Ägidius
defun function (Eco)
{
decl k;
for(k=0;k<3;k++)
{
data_new[k] =Eco;
}
return data_new;
}
Thanks
Ägidius
There is an example in Knowledge Center on how to create arbitrary arrays in Measurement Expressions:
http://edasupportweb.soco.agilent.com/cgi-bin/show.pl?id=8645
Please let me know if this doesn't apply/solve your problem and I'll try to create some other example.
-Mats