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!