How to display heatmap in Simulink
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jack Daniels
el 7 de Nov. de 2022
Respondida: Jack Daniels
el 8 de Nov. de 2022
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?
0 comentarios
Respuesta aceptada
M.B
el 8 de Nov. de 2022
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 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Data Distribution Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!