필터 지우기
필터 지우기

why isn't the importfile function not working?

조회 수: 8 (최근 30일)
Chaitanya Bade
Chaitanya Bade 2017년 3월 31일
편집: Jan 2017년 4월 5일
Why is not this code working in matlab? Any help would be highly appreciated [TIMESTEPS,XDATA] = importfile('90.xlsx','Sheet1',2,1601);
It shows "Undefined function or variable 'importfile'"

채택된 답변

Jan
Jan 2017년 3월 31일
편집: Jan 2017년 4월 5일
The error message seems to be clear: The function importfile has not been created before, or it was saved to a folder which is not included in Matlab's path.
Please explain if you have created this function using importdata before and if so, where have you saved it? This implies a solution also if you convert the questions to a statement.
  댓글 수: 1
Chaitanya Bade
Chaitanya Bade 2017년 4월 5일
Mate, you're a legend. I had no idea about Matlab. I am just learning. It worked

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Calendar에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by