why isn't the importfile function not working?

16 visualizaciones (últimos 30 días)
Chaitanya Bade
Chaitanya Bade el 31 de Mzo. de 2017
Editada: Jan el 5 de Abr. de 2017
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'"

Respuesta aceptada

Jan
Jan el 31 de Mzo. de 2017
Editada: Jan el 5 de Abr. de 2017
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 comentario
Chaitanya Bade
Chaitanya Bade el 5 de Abr. de 2017
Mate, you're a legend. I had no idea about Matlab. I am just learning. It worked

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Calendar en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by