how i can get the first column ?

12 次查看(过去 30 天)
am trying to get the first column from these data and save it in normal cell

采纳的回答

madhan ravi
madhan ravi 2018-10-24
编辑:madhan ravi 2018-10-24
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 个评论
sam aldoss
sam aldoss 2018-10-24
thank you so much yeah it works , hero

请先登录,再进行评论。

更多回答(1 个)

sam aldoss
sam aldoss 2018-10-24
here I upload the file

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by