photo

Lin Nuo


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to extract and replace from small matrix into big matrix without zeros. here is the code examples:
A = round(abs(randn(10,10)*100)); B = zeros(5,5); for i = 1:5 for j = 1:5 if(i>1 && i<5 && j>1 && j<5) ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to extract patch from an image with one/more spectral images [1-9 spectral bands]? Not equal size Patches. Does Maltab has the function?
The patch here is based on image texture or clasification or any methods. also we can define for how many patches we want if pos...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Merge of Logical Indexing one dimension matrix from multi dimension?
A = [ 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 1 0 0 0 1 1 1 0 0 ; 0 0 0 1 1 0 0 1 1 1 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 ; 0 0 0 0 0 0 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Replace some elements in a Matrices with brief code.
The variables which can be copy/paste to Matlab. a = [5 6 7 9 1 2 5 6 3 8 9 0]; A = [1 3 6 2;2 4 1 9; 2 3 5 6]; B = a(A); Fr...

5 years 前 | 1 个回答 | 0

1

个回答