フィルターのクリア

how i can get the first column ?

12 ビュー (過去 30 日間)
sam aldoss
sam aldoss 2018 年 10 月 24 日
コメント済み: madhan ravi 2018 年 10 月 24 日
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
madhan ravi
madhan ravi 2018 年 10 月 24 日
Anytime buddy :)

サインインしてコメントする。

その他の回答 (1 件)

sam aldoss
sam aldoss 2018 年 10 月 24 日
here I upload the file

カテゴリ

Help Center および File ExchangeWorkspace 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