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