How to create a function to plot cells in cell array?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I've a cell arrays
.

.
How do i build a function to plot all the cells in g as y axis? This is my intention:
plot(x, g{1,1})
hold on
plot(x, g{1,3})
hold on
.
.
.
plot(x,g{1,n})
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!