Sumeet Singh - MATLAB Central
photo

Sumeet Singh


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/20 to 03/25Use left and right arrows to move selectionFrom 06/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
9 回答

ランク
2,665
of 297,775

評判
22

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

回答採用率
0.00%

獲得投票数
3

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,513

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

スコア
0

バッジ数
0

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

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

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Develop an algorithm to detect and localize edges based on computed magnitude in part b. Use threshold to be equal to 120
% I -> image, nd -> noise density J = imnoise(I,'salt & pepper',nd); Refer imnoise documentation for more information.

4年以上 前 | 0

回答済み
how can i write a code
You can try this for alpha=0:180 for u=0:255 for v=0:255 rho = u*cos(alpha) + v*sin(alpha) ...

4年以上 前 | 0

回答済み
Toolbox example code dont work ?
Comment out the code at line 11 of helperLoadData.m t(:,end) = []; %Discard last column of loaded data as all are empty ''

4年以上 前 | 0

| 採用済み

回答済み
Group array in a cell according to their size
You can use one containers.Map to group same sized arrays and another for storing the indices.

4年以上 前 | 0

回答済み
How to make an if condition where strings are involved?
if ~ismember(letter,alphabet) fprintf('%d is not a letter\n',letter) end You can't use operator '~=' for oper...

4年以上 前 | 1

回答済み
Find the value of a
First, create symbolic variables using syms. Then, define all the equations and find value of desired variable using solve.

4年以上 前 | 0

回答済み
Peak detection in a Filled area 2-D plot
You can use findpeaks, available in Signal Processing Toolbox to find local maxima.

4年以上 前 | 1

回答済み
i have downloaded the "trial version" but still it asking for the activation key.so,from where i can get it.......
The trial version gives you license to use it for 30 days. Trial licence use Mathworks Hosted Licence Server to execute, so you'...

4年以上 前 | 0

| 採用済み

回答済み
how to add special character in label of app designer
You may copy the symbol from Copyright symbol's Wikipedia <https://en.m.wikipedia.org/wiki/Copyright_symbol page>.

4年以上 前 | 1

| 採用済み