Masking an array back to a selected region in a Matrix
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I have a column vector which I need to insert back to the a matrix(Attached in .mat file). The variable region has logicals in the places where I want to put the data given by variable name vdisp_selected. Is there an efficient way of achieving this by masking?
I tried to play around with masking based on region but I am getting a square region in the end.
Cheers,
댓글 수: 2
Fabio Freschi
2019년 9월 23일
region is 304x640 (double), vdisp_selected is 16472x1 (logical). How vdisp_selected is related to region?
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!