How Coordinates form Array List with Comma
이전 댓글 표시
Hi,
I am new for mat-lab , I have input video file , need to form like ?
Example:
if true
% code
for int i=1:2
matrix{1,i}=[co-ordinate_x; co-ordinate_y;co-ordinate_xx;co-ordinate_y_y;co-ordinate_z_x;co-ordinate_z_y;co-ordinate_p_x;co-ordinate_p_y];
end
matrix=[[318, 323, 197, 357, 258, 303, 258, 350], [318, 323, 197, 357, 258, 303, 258, 350]]] % here how i could i form above 1-by-8 matrix each input video frame values like... end
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Video Formats and Interfaces에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!