Azzera filtri
Azzera filtri

how to plot cell array with contains another cell array

2 visualizzazioni (ultimi 30 giorni)
i am using below command but getting error of invalid data arguments
plot(meandataChloop{2,1}, meandataChloop{1,1})

Risposta accettata

KSSV
KSSV il 18 Feb 2022
Convert the cell array into matrix using cell2mat and then plot.
  6 Commenti
Jan
Jan il 18 Feb 2022
Fine. If it is working, please accept the answer to show, that the problem is solved.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Cell Arrays in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by