How Coordinates form Array List with Comma
Show older comments
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
Answers (0)
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!