Filter löschen
Filter löschen

open stepfile-matlab-Not enough input arguments error?

1 Ansicht (letzte 30 Tage)
Najmeh Eskandari
Najmeh Eskandari am 28 Mär. 2018
Kommentiert: Walter Roberson am 28 Mär. 2018
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"

Antworten (1)

Walter Roberson
Walter Roberson am 28 Mär. 2018
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 Kommentar
Walter Roberson
Walter Roberson am 28 Mär. 2018
The function you have attached, importfile, must be passed the name of the file to import.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Use COM Objects in MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by