open stepfile-matlab-Not enough input arguments error?

조회 수: 1 (최근 30일)
Najmeh Eskandari
Najmeh Eskandari 2018년 3월 28일
댓글: Walter Roberson 2018년 3월 28일
Hello. I want to open a step file in matlab. first I import data then generate function but there is "Not enough input arguments error"

답변 (1개)

Walter Roberson
Walter Roberson 2018년 3월 28일
If you used the data import wizard and told it to generate code, then the code it generates has to be passed the name of a file to import.
If you used shaperead() from the Mapping toolbox, then you need to pass it the name of the file to read.
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 3월 28일
The function you have attached, importfile, must be passed the name of the file to import.

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

카테고리

Help CenterFile Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by