How to display heatmap in Simulink

7 ビュー (過去 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 Center および File ExchangeData Distribution Plots についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by