필터 지우기
필터 지우기

How to give frame of video as input argument of a function in matlabfunction block

조회 수: 1 (최근 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
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
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.
  댓글 수: 1
Beenish Mazhar
Beenish Mazhar 2012년 9월 29일
Yes sir you are right ,it gives me a video frame at every simulation time step.But matlab function block needs an argument in file name parameter e.g in case of image I gave it as myfunction('a.jpg').Now I cannot write it as myfunction('video.avi') because it is taking a frame not the whole video at one time instant.How to write this?

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

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by