統計
MATLAB Answers
3 質問
0 回答
ランク
of 175,723
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to subtract a constant background from a given image?
<</matlabcentral/answers/uploaded_files/41595/8.6um.jpg>> I am trying to do the followings for the image given: 1. average...
10年以上 前 | 2 件の回答 | 0
2
回答質問
How to pause a for loop until the enter key is pressed?
For example, say I want to print the numbers from 1 to 10. I want it to wait until the enter key is pressed to print the next nu...
10年以上 前 | 1 件の回答 | 1
1
回答質問
How can I add four neighbor elements (left, right, top and bottom) of each element of a given matrix and make a new matrix of the same sixe from the calulated values?
For example, let A= [ 0 2 1; 1 0 1; 1 0 2]. Then my resulting matrix should be [3 1 3; 1 4 3; 1 3 1].
10年以上 前 | 1 件の回答 | 1
