How do I plot multiple, disparate lines onto one graph showing changes between 2 conditions?
Show older comments
Hello,
I am analyzing balance data, and there are 2 conditions and 5 subjects. I want to plot each subject as a line onto one graph, where condition 1 and condition 2 are on the x-axis, and sway values are on the y-axis (so I can see change between conditions for each subject). I am using a data sheet, and have tried the following syntax:
plot(categorical(date.Condition),date.PosturalSway_Acc_CentroidalFrequency_Coronal__Hz_)
The following figure comes out:

This is obviously messy. I want individual lines for each subject (not connecting every point). Is there any simple code that can accomplish this?
Thanks,
B
Accepted Answer
More Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!