Use of Uint64/Int64 in signal editor block
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I'm currently using Matlab/Simulink R2020b. I want to use signal editor block with uint64 data.
But, when i do this (simply letting the output in a scope), I've got this error:
- Invalid data for signal 'myData'. The data must be a built-in numeric, logical, fixed point or enumerated type. Data must be finite (not Inf or NaN).
If I use a uint32, it works well.
What should I do to test using uint64 data?
Thx
댓글 수: 0
답변 (1개)
Pasquale Montone
2023년 5월 8일
편집: Pasquale Montone
2023년 5월 8일
Same problem (2022b).
Any news?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!