Undefined function 'read' for input arguments of type 'double'.

조회 수: 1 (최근 30일)
arunnagiri murrugesan
arunnagiri murrugesan 2019년 10월 15일
답변: KALYAN ACHARJYA 2019년 10월 15일
dat1=read(dat(100,1));
where dat = 1684 *1 double
  댓글 수: 2
Daniel M
Daniel M 2019년 10월 15일
편집: Daniel M 2019년 10월 15일
doc read
What are you trying to accomplish?
arunnagiri murrugesan
arunnagiri murrugesan 2019년 10월 15일
read the first 100 values of the data

댓글을 달려면 로그인하십시오.

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 10월 15일
I assume that you have already dat file in your workspace
data1=dat(1:100,:);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by