Global Variable
显示 更早的评论
I want know the procedure to pass a value of a variable from one function to another.
1 个评论
Jiro Doke
2012-2-18
Why don't you pass it as an input argument of the function?
回答(1 个)
Prashant Somani
2012-2-18
define it with global
Example:
function fn1()
global var1;
function fn2()
global var1
类别
在 帮助中心 和 File Exchange 中查找有关 Electrical Block Libraries 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!