How to generate graph for variable names?

2 Ansichten (letzte 30 Tage)
Katrina Anderson
Katrina Anderson am 26 Nov. 2018
Kommentiert: Katrina Anderson am 26 Nov. 2018
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 Kommentare
Walter Roberson
Walter Roberson am 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() ?
Katrina Anderson
Katrina Anderson am 26 Nov. 2018
I have a cell array of 'standing' 'step' 'weightshifting' in this particular dataset. I will eventually have a few more.
No i havent. I will look that up now

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by