댓글 수: 1

Mathieu NOE
Mathieu NOE 2022년 3월 9일
편집: Mathieu NOE 2022년 3월 9일
hello
probably simply wrong syntax in your function parameters (e.g dim is a vector so values must be between brackets, )
should be
function('ballons... .yuv',[1024 768],8)

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

답변 (1개)

DGM
DGM 2022년 3월 9일

0 개 추천

Which error? I see a number of errors in the function definition and console.
This looks like you took a function you found somewhere and you simply replaced the argument list and an assortment of variables with literals. That breaks it.
Revert the file to its original condition and then call the function with the desired parameters.
myfile = 'im_not_retyping_a_picture_of_code.yuv';
frsize = [1024 768];
frstep = 8;
divide_seq(myfile,frsize,frstep);

카테고리

도움말 센터File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

제품

릴리스

R2017b

질문:

2022년 3월 9일

답변:

DGM
2022년 3월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by