필터 지우기
필터 지우기

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 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