Filter löschen
Filter löschen

how i can get the first column ?

12 Ansichten (letzte 30 Tage)
sam aldoss
sam aldoss am 24 Okt. 2018
Kommentiert: madhan ravi am 24 Okt. 2018
am trying to get the first column from these data and save it in normal cell

Akzeptierte Antwort

madhan ravi
madhan ravi am 24 Okt. 2018
Bearbeitet: madhan ravi am 24 Okt. 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 Kommentare
sam aldoss
sam aldoss am 24 Okt. 2018
thank you so much yeah it works , hero
madhan ravi
madhan ravi am 24 Okt. 2018
Anytime buddy :)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

sam aldoss
sam aldoss am 24 Okt. 2018
here I upload the file

Kategorien

Mehr zu Workspace Variables and MAT-Files finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by