필터 지우기
필터 지우기

How to pass a variable from one function to another without declaring it as global

조회 수: 1 (최근 30일)
Fn1
{
a;
b;
}
Fn2
{
c=a;
}

답변 (1개)

Walter Roberson
Walter Roberson 2017년 12월 5일
I am not sure which language you are writing your code in, but if you are interested in MATLAB then see http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by