Import excel data with Generate Function
Mostrar comentarios más antiguos
Hello,
if i open an excel data (.xls) with matlab and chose in Import Selection Generate Function i get a function which i cant directly use.
The function head looks like this
function NT = importfile(workbookFile, sheetName, startRow, endRow)
When i will start the function i get this error
Undefined function or variable 'workbookFile'.
Error in TestSkript (line 12)
NT=importfile(workbookFile, sheetName, startRow, endRow);
So i dont know what is the workbookFile.
2 comentarios
dpb
el 23 de Mzo. de 2019
The file you want to open...then, unless the function is written to handle variable number of input arguments, you'll also have to pass the other argument values as well...
Tom Bedkowski
el 24 de Mzo. de 2019
Respuestas (0)
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!