Effacer les filtres
Effacer les filtres

Plotting elements in a cell array

3 vues (au cours des 30 derniers jours)
Gova ReDDy
Gova ReDDy le 9 Avr 2014
Hello,
can someone explaine me how to plot the elements in the cell array as attached.
thanks.

Réponses (2)

Dishant Arora
Dishant Arora le 9 Avr 2014
data = cellfun(@str2double, str, 'Un', 1);
plot(data)

Azzi Abdelmalek
Azzi Abdelmalek le 9 Avr 2014
load str;
data=cellfun(@str2num,str);
plot(data)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by