Azzera filtri
Azzera filtri

How to generate graph for variable names?

1 visualizzazione (ultimi 30 giorni)
Katrina Anderson
Katrina Anderson il 26 Nov 2018
Commentato: Katrina Anderson il 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 Commenti
Walter Roberson
Walter Roberson il 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 il 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

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by