photo

Lin Nuo


Last seen: 5年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
295,094
of 301,487

評判
0

コントリビューション
4 質問
0 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 21,303

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,775

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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) ...

5年以上 前 | 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...

5年以上 前 | 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 ...

6年以上 前 | 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...

約7年 前 | 1 件の回答 | 0

1

回答