Is there no answer to this question???
How to give frame of video as input argument of a function in matlabfunction block
4 次查看(过去 30 天)
显示 更早的评论
Hi everyone! I am using 'from multimedia file' block to read video. The output of this block is a frame which is given to 'matlab function block'.In matlab function block I am giving the name of my function and the input as argument e.g myfunction(w).Now my problem is that I have to give this frame of the video as argument of myfunction().So how should I write this.Please suggest me.
2 个评论
Anil Chowdary Tummala
2021-2-13
I am also having the same problem that I have to give this frame of the video as argument of getmyframe().So how should I do this in simulink. Please suggest me.
回答(1 个)
Sumit Tandon
2012-9-28
If you connect the output of 'From Multimedia File' block to the input of your MYFUNCTION(w) 'MATLAB Function' block, then at every simulation time step, the signal/input W will be a video frame. Do you see anything different? To check, you can turn on Port Dimension and Data Type displays in the Simulink model.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Acquisition in Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!