grpstats for non-numerical data

1 Ansicht (letzte 30 Tage)
sarah Abdellahi
sarah Abdellahi am 11 Okt. 2018
Beantwortet: dpb am 11 Okt. 2018
Hello Reading the grpstats documentation I realized I can easily count the number of elements that meet 2 conditions like this ( From matlab documentation):
My data is not numeric and a similar command results in an error. How can I count the number of elements that has D_S='0-30' & the damage rate is 'No Damage' ? My table is attached below
The first thing that comes to my mind is to substitute the strings with numbers, but I think there is better way! Thank you

Antworten (1)

dpb
dpb am 11 Okt. 2018
Convert those variables to categorical which is what they are, really, not string. Then, internally to Matlab, they are numerical but the interface is still human-readable.)

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by