How can I fix the problem about saving?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(1 个)
Sai Bhargav Avula
2019-10-31
编辑:Sai Bhargav Avula
2019-10-31
Hi, save('dvhmatrixB','dvhmatrixB');
This will save dvhmatrixB in dvhmatrixB.mat file
Hope this helps
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!