plotting matrix of unknown size
2 views (last 30 days)
Show older comments
Gun Min Song
on 22 Nov 2018
Commented: Gun Min Song
on 23 Nov 2018
Hi, I am programming a semiconductor characterization system and I need to plot a matrix consisted of data.
The problem is that my script does not know how many curves it should plot before the program execute.
For example if the user decides to have k curves, then the program will generate matrix M of size 255 by 3*k.
Now I need to tell Matlab to plot curves where X is M(:,3*i+2) and Y is M(:,3*i+1) for i = 0 : k-1.
Is there a simple way to tell this to Matlab? Maybe for loop inside the plot function?
I hope my explanation was clear.
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!