Undefined function 'read' for input arguments of type 'double'.
조회 수: 1 (최근 30일)
이전 댓글 표시
dat1=read(dat(100,1));
where dat = 1684 *1 double
댓글 수: 2
채택된 답변
KALYAN ACHARJYA
2019년 10월 15일
I assume that you have already dat file in your workspace
data1=dat(1:100,:);
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 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!