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

dat1=read(dat(100,1));
where dat = 1684 *1 double

댓글 수: 2

doc read
What are you trying to accomplish?
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개)

카테고리

도움말 센터File 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