How can I fix the problem about saving?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
thu nguyen
el 31 de Oct. de 2019
Respondida: thu nguyen
el 31 de Oct. de 2019
Hi everyone,
I have a problem like this
save(strcat('dvhmatrixB','.mat'),dvhmatrixB)
??? Error using ==> save
Argument must contain a string
Why the matlab does not work? Thanks for your help!
0 comentarios
Respuesta aceptada
Más respuestas (1)
Sai Bhargav Avula
el 31 de Oct. de 2019
Editada: Sai Bhargav Avula
el 31 de Oct. de 2019
Hi, save('dvhmatrixB','dvhmatrixB');
This will save dvhmatrixB in dvhmatrixB.mat file
Hope this helps
0 comentarios
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!