Plot two categorical columns from a table
Ältere Kommentare anzeigen

I have this table
I am trying to plot column 4 and 7 on a graph, however they are not numerical values.
I want to see if theres' a correlation between the two.
Is there any way to do this?
2 Kommentare
KSSV
am 12 Apr. 2018
How you can get correlation among a string and number?
Peter Perkins
am 13 Apr. 2018
Two strings, actually. Everything in the table(?) is text.
Antworten (1)
Peter Perkins
am 13 Apr. 2018
0 Stimmen
The question you are asking seems like you need to think in terms of contingency tables. The Statistics Toolbox has some tools to work with those.
The onl;y plot I know of for categorical vs. categorical is called a mosaic plot. I believe there's an implementation on the File Exchange.
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!