how i can get the first column ?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
sam aldoss
il 24 Ott 2018
Commentato: madhan ravi
il 24 Ott 2018
am trying to get the first column from these data and save it in normal cell

0 Commenti
Risposta accettata
madhan ravi
il 24 Ott 2018
Modificato: madhan ravi
il 24 Ott 2018
load matlab.mat
for i = 1:7
c.datas(i,:)=mydata{1,i}(1:end,1)
end
datas=c.datas %each row represents first column of each cell
8 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su File Operations 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!