統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,642
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to return the dimension of image if I had already add padding before ?
W = ones(3); padded = padarray(W,[1, 1],'symmetric','both'); ASK : dimension = 3x3 after padding = 5x5 can you he...
11年以上 前 | 1 件の回答 | 1
1
回答質問
How to make Duplicate values
I have matrix 1 example : W = [4 2 8 1 2 6 3 5 9] and now matrix 2 example : Q = [1 2 1 2 3 2 1 2 1]; How to make duplic...
11年以上 前 | 2 件の回答 | 0
