Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

video processing in matlab

조회 수: 1 (최근 30일)
Chandrajit Pal
Chandrajit Pal 2014년 6월 11일
마감: MATLAB Answer Bot 2021년 8월 20일
hi, While I am running these lines of code in matlab used in the example file of video processing in sysgen
load v4_vid_seq
img.time = [];
img.signals.dimensions = [128 128];
img.values = v4_vid_seq;
I get an output in the workspace as shown where v4_vid_seq is a .mat file
Now suppose I need to insert a different video..so in what format I need to store it in the workspace to get the same output.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by