load variables into workspace (simpel)
2 次查看(过去 30 天)
显示 更早的评论
Heyho,
sorry for this stupid question, but i found no answer in google. Right now,I am creating a program and i want to know whether there is a way to load calculated data into the workspace ?
explanation: After i have created a part of a program,i debugg it and then i use the save commnand to create a Test.m file which i can load into my workspace. Is there a more direct way to do this ?
sorry for this beginner Question
1 个评论
XAXRXTX
2014-8-27
you have to name your data as something.mat
and than you can load it by the load something.mat
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scope Variables and Generate Names 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!