Can we use aliasing concept to achieve solution for following use case in MATLAB ?

조회 수: 1 (최근 30일)
We want to access same signal object and wants to access this with two different names. For example "Signal_A" is a signal which have an alias as "Alias_Signal_A".
So if value of signal "Signal_A" is updated to ‘X’, then updated value of signal shall be accessible by using both "Signal_A" or its alias "Alias_Signal_A".

답변 (1개)

John D'Errico
John D'Errico 2020년 2월 6일
I suppose you could do so, by writing a custom alias class to do it. It would seem a bit of a kludge though.
But, no. MATLAB does not have any simple scheme to alias two variables, linking them directly so that one references the other, or changing one updates the other.
  댓글 수: 1
Hriday Ranjan
Hriday Ranjan 2020년 2월 6일
Thanks for answering. i would really appriciate if you can guide me in creating such class.

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

카테고리

Help CenterFile Exchange에서 Complex Logic에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by