Global Variable

I want know the procedure to pass a value of a variable from one function to another.

댓글 수: 1

Jiro Doke
Jiro Doke 2012년 2월 18일
Why don't you pass it as an input argument of the function?

댓글을 달려면 로그인하십시오.

답변 (1개)

Prashant Somani
Prashant Somani 2012년 2월 18일

0 개 추천

define it with global
Example:
function fn1()
global var1;
function fn2()
global var1

태그

질문:

2012년 2월 18일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by