필터 지우기
필터 지우기

function refresh value when variable changes (pass by reference)?

조회 수: 7 (최근 30일)
Howie
Howie 2013년 7월 17일
댓글: Hossein Azarm 2020년 4월 12일
Would it be possible to refresh a function's value?
Say, A =1; B = 1; f = [A B]
Now, if I change A = 3, how should I change f's value without typing f = [A B] again?
It is essentially just like pass by reference, but I thought it is very complicated to do that in Matlab if possible.
This problem occurs because I may want to add variable c to f later, so f = [A B C], and in that way I just need to declare f in the beginning and do not have to change f everywhere.

답변 (1개)

David Sanchez
David Sanchez 2013년 7월 17일
Your question is answered in another post, follow the link:
href = ""<http://www.mathworks.com/matlabcentral/answers/152</a>>

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by