필터 지우기
필터 지우기

How to display heatmap in Simulink

조회 수: 11 (최근 30일)
Jack Daniels
Jack Daniels 2022년 11월 7일
답변: Jack Daniels 2022년 11월 8일
I am about to use the Matlab function 'heatmap' to display data in Simulink simulation. I am using Matlab function to that ...
but it is not displaying it.
This the code of my Matlab function.
How to display the heatmap in Simulink correctly?

채택된 답변

M.B
M.B 2022년 11월 8일
Not sure you can use heatmap in simulink ...
You can try building the appropriate signal/matrix and feed it to the Video Viewer block. You will need Computer Vision toolbox.
  댓글 수: 2
Jack Daniels
Jack Daniels 2022년 11월 8일
How to build it? Any simple example?
Jack Daniels
Jack Daniels 2022년 11월 8일
My matrix doesn’t have RGB channels, it’s just 2D matrix - more similar to grayscale image, can be displayed with video-viewer?

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

추가 답변 (1개)

Jack Daniels
Jack Daniels 2022년 11월 8일
Somehow I got working .. :)

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by