hy all,
I have an image with size 1096x715x102, i would like to vectorize it into 2 D data with size 102x783640. I have use reshape function to vectorize 1096x715x1 into 1x783640 but I do not understand how to applied it to all the dataset and arrange them into single image with size 102x783640.

 채택된 답변

Matt J
Matt J 2019년 12월 9일

0 개 추천

result = reshape(yourImage,[],102).';

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Vehicle Dynamics Blockset에 대해 자세히 알아보기

태그

질문:

2019년 12월 9일

댓글:

2019년 12월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by