Concatenate Text and Numeric Wave
mschulze
I would like to have a matrix in which one column consists of text and another column consists of numbers. Specifically, the text labels the numeric value of the same row.
My goal is to tabulate under one matrix wave a label that I readily read for each value in the adjacent column. Is there any legal way to place a text and numeric wave together so that I can quickly review/access this combined information?
Thank you for any advice.
make/T dataText = "Number " + num2str(p)
Edit data, dataText
and view both numeric and text waves next to each other.
May 11, 2016 at 01:35 am - Permalink
DisplayHelpTopic "Dimension Labels"
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
May 11, 2016 at 12:28 pm - Permalink
If the goal is one column of labels and multiple columns of numbers, it can be done with a numeric matrix wave and dimension labels.
May 11, 2016 at 01:16 pm - Permalink