필터 지우기
필터 지우기

Why does the stateflow function 'hasChanged(PS)' not work when PS is a vector?

조회 수: 2 (최근 30일)
Coder Error: PS contains a matrix or a structure type and cannot be used with change detection.? WHen PS is a scalar value, it works fine.

채택된 답변

Gillian Rosen
Gillian Rosen 2017년 4월 10일
Hi Nandish,
I understand that when you use the 'hasChanged' function in your Stateflow chart, you encounter an error that indicates that your input PS is a matrix or structure and therefore cannot be used with change detection. 
If you are using MATLAB as your action language, you unfortunately can only use a scalar value as input to hasChanged. If you would like to use vector or matrix inputs with hasChanged, please use C as your action language instead. See the note in the "hasChangedTo" section of the change detection documentation for more information: 
  댓글 수: 1
Nandish Calchand
Nandish Calchand 2017년 4월 11일
Hello, Thank you very much. Indeed the action language was the problem. But in the documentation of hasChanged(u), it does say that u can be a vector. Anyways thanks a lot. Nandish

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

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by