How to generate graph for variable names?
1 view (last 30 days)
Show older comments
I have a 285768x1 cell containing 3 different variables 'standing' 'step' .. which each represent a behaviour at every 1/500s. I am wanting to visualise this data by labelling each behaviour accordingly somehow. Im not sure how I can do this. Is there a way to find each variable in the cell, label it and plot it on a line grah with a colour?
Thankyou for your time :)
2 Comments
Walter Roberson
on 26 Nov 2018
You have a cell array of character vectors, the entries of which can be 'standing', 'step', and one other particular character vector? Or the character vectors contain those phrases in part, such as perhaps 'subject is standing', 'took a step', 'went back to standing' ?
Have you considered categorical() ?
Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!