how to create a input file?
2 次查看(过去 30 天)
显示 更早的评论
I have two function file (A & B). I would like to put all the variables that I found in function A file into an input file. That means all the variables from A function file is saved in that input file. So that B function can recall the variables from the input file. Does anyone know how to create the input file?? Million thanks.
0 个评论
采纳的回答
Walter Roberson
2014-4-21
You can use save() to create a .mat file that you later load() from.
9 个评论
Walter Roberson
2014-4-22
Those techniques can be used even when you are not using callback functions.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!