How call a variable from function to main body?
显示 更早的评论
I Want to use variable which is defined in function. So what command i can use to call this variable in main body? Because it showing me as undefined variable in main body execution.
回答(1 个)
madhan ravi
2018-12-22
编辑:madhan ravi
2018-12-22
0 个投票
The best idea is to make the function with output with the variable that you want to use in the main body.
类别
在 帮助中心 和 File Exchange 中查找有关 Computational Fluid Dynamics (CFD) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!