Info
This question is closed. Reopen it to edit or answer.
Making a graph from my Matrix
2 views (last 30 days)
Show older comments
I have a matrix of 29 x 5 that I am trying to plot a graph with. The first 4 columns are the data points while the last column is a classifier of 1 and 0 to separate the data into Group A and Group B. The graph needs to have the first 4 columns to act as the y axis, while the x-axis is time points 1,4,7, and 10. Each row needs to have its own line connecting the data points and the color of the lines needs to be either red for group A or blue for Group B. How would I make this?
1 Comment
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!