Masking an array back to a selected region in a Matrix
3 次查看(过去 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 中查找有关 Author Block Masks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!