필터 지우기
필터 지우기

Global Variable

조회 수: 4 (최근 30일)
Debabrata Chowdhuri
Debabrata Chowdhuri 2012년 2월 18일
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일
define it with global
Example:
function fn1()
global var1;
function fn2()
global var1

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by