create an image on Simulink from a matrix
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I have a function Block in Simulink that outputs a matrix of 1000x1000 elements of different values from 0 to 1 , and I would like to be able to visualise the elements of that matrix as an image.
Kind of like how imshow works in matlab.
Is there a way to do this in simulink?
Thank you!
0 个评论
回答(1 个)
Murali Sriram
2022-6-8
The Computer Vision toolbox provides various blocks to cater the needs of image processing.
The video viewer block can display the matrix as an image.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!