필터 지우기
필터 지우기

How to detect and print out the position of a NaN in a Simulink Bus

조회 수: 4 (최근 30일)
Tom
Tom 2022년 7월 22일
댓글: Tom 2022년 7월 22일
Dear Supporters,
i am currently working on a way to detect NaN´s and Inf´s in a Simulink Bus with about 50 signals combined. If a NaN or Inf is found, the signal should be given by a message in the console/output window. This was my idea (smaller Bus in this example, but it should not depend on the size of the bus.):
y = u, so the matlab function shouldn´t change the bus, but simply check it for NaNs and Infs and if found, it should print out the "position" and the error.
In this example the print out should be something like that:
"Warning: Inf found in Const2(Bus1)"
and
"Warning: NaN found in Const4(Bus1)"
My problem is that i am pretty new to the whole simulink/matlab environment and don´t quite know how to implement this, especially the code that i need to write in the matlab function is what i don´t quite know.
Help would be very appreciated, thanks in advance. (A small solution-example for my problem would be great)
  댓글 수: 8
Walter Roberson
Walter Roberson 2022년 7월 22일
I am wondering if you would be able to use the field names if you knew them in advance but that you might need to go through the properties to find out what the field names are, maybe ??
Tom
Tom 2022년 7월 22일
@Walter Roberson I´ve already seen the first link, but i think it doesn't fit my requirements. The second one seemed to be helpful but i figured that it only helps with getting the name of the bus signal, but not the single signals that the bus includes.
Is there a function to get the amount of elements that a structure has?
If so, the last and only problem to solve is how to get the names of the signals in my bus.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Model Verification에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by