How can I fix the problem about saving?
Mostra commenti meno recenti
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!
Risposta accettata
Più risposte (1)
Sai Bhargav Avula
il 31 Ott 2019
Modificato: Sai Bhargav Avula
il 31 Ott 2019
1 voto
Hi, save('dvhmatrixB','dvhmatrixB');
This will save dvhmatrixB in dvhmatrixB.mat file
Hope this helps
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!