regarding save in matlab
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Hi
When i used the save function, 73113 values get saved.
Is there any way to change the number of values that get saved?
Any help would be appreciated.
0 个评论
回答(2 个)
Grzegorz Knor
2012-3-20
Use save with optional arguments:
save('your_file', 'first_variable', 'second_variable', ... )
see also doc:
0 个评论
Andreas Goser
2012-3-20
0 个投票
When simply using save, it saves all existing variables. You can determine how many those are by using WHO / WHOS commands.
0 个评论
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!