Can a PostSet property be used as a replacement for a loop?
조회 수: 2 (최근 30일)
이전 댓글 표시
Is it possible for a PostSet property to be used like a for loop? I would change the property at every end of an estimation process, which then jumps onto the next phase using the changed property. But for some reason that stops and the despite the PostSet listener it does not initiate the second modification process. Is there a reason for that? (It listens to the first modification, but not for the second)
Thanks for any help!
댓글 수: 0
채택된 답변
Guillaume
2015년 3월 16일
By default, a listener callback does not trigger its own event. You need to change its Recursive property to true for it to do that.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Title에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!