How do I Save all the Variables in the Workspace.

9 次查看(过去 30 天)
After each full run of my code, I have several variables within the workspace, is there a quicker way of saving them all rather than manually saving each variable by hand?
I have tried using save(filename); and save(filename,'-append'); but however when I try to load(filename) at which the variable is all saved to, it returns to me a blank workspace?
anybody has any idea on how to solve this problem?
Thank you

采纳的回答

Kevin Holly
Kevin Holly 2022-8-16
save('filename.mat','-mat')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multicore Processor Targets 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by