photo

Wang Ryan


Last seen: 4 days 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to display (3000x4000x4) matrix as image in matlab
I have created a 3000x4000x4 matrix in matlab, when I try to use image() function to display it as a picture, matlab told me ima...

22 days 前 | 1 个回答 | 0

1

个回答

提问


I substracted two 3D matrix and get a 2D matrix instead of 3D matrix, why?
I have a 3264x4912x3 matrix p, I subtracted p by the following code: X=4912; Y=3264;d=1; dp=minus(p(1:Y,1:X-d),p(1:Y,1+d:X)); ...

27 days 前 | 2 个回答 | 0

2

个回答

提问


merge multiple doubles in one cell of different sizes
I created a cell using for loop: clearvars; for i=1:30 p = double(DSC00080); X=4912; Y=3264;d=i; r = p(:...

2 months 前 | 1 个回答 | 0

1

个回答