SetDimLabel

ChrLie
Posts: 92
Joined: 2009-01-06
Location: Switzerland

Is there an easy way to label a wave with list elements without using a loop?

Unfortunately,

Make/N=4 w
edit w.ld
String labels = "A;B;C;D;"
SetDimLabel 0, p, $StringFromList(p, labels), w

doesn't work.


[ last edited May 30, 2012 - 07:41 ]
Posts: 906
Joined: 2007-06-21
Location: United States

ChrLie wrote:
Is there an easy way to label a wave with list elements without using a loop?

No.


Back to top