Borrar filtros
Borrar filtros

problem Save function?

1 visualización (últimos 30 días)
LuS
LuS el 22 de Sept. de 2015
Comentada: Star Strider el 22 de Sept. de 2015
Hi,
I have this line in my script and the persisting error is:
save(outname,'d','ml','t','s','SD','aux');
Error using save Argument must contain a string.
Any idea why?
Many thanks!

Respuesta aceptada

Star Strider
Star Strider el 22 de Sept. de 2015
You didn’t tell us what ‘outname’ is, but it should be something like:
outname = 'MyFile.mat';
The filename must itself be a string, and it is best if it is specifically declared as a .mat file with the .mat extension to avoid confusion with workspace variable names.
  4 comentarios
LuS
LuS el 22 de Sept. de 2015
Thank you very much :)
Star Strider
Star Strider el 22 de Sept. de 2015
My pleasure!
The sincerest form of appreciation here on MATLAB Answers is to Accept the Answer that most closely solves your problem.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming 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