Calling the results from two scripts in one third script
显示 更早的评论
Hello, I have two scripts which both generate a result, one script is called 1.m and the second 2.m.
Each generates the result defined by "res" in each of the scripts.
I'd like to multiply the two "res" from 1.m and 2.m in a third script, 3.m. How can I do that?
Thanks
1 个评论
The best and most reliable answer: write functions instead of scripts, and then simply return an output argument from each function: Simple, neat, reliable, robust, easy to debug, easy to understand, etc., etc..
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!