photo

SARAH NIEKERK


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
165,041
of 302,092

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,538

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 178,851

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1
  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


i have matrix 19x10 i have to group the data ?.
how to group a matrix and i dnt know what the outcome is?pls me to sort out

7年以上 前 | 0 件の回答 | 0

0

回答

質問


Too many input arguments.
NS = getimage(handles.axes3 ) f= fftshift(fft2(NS)) w=0.5; N=2; hf=ftrans2(N,w,'high'); OM=hf(255,255).*abs(f); imshow(OM,'...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Index exceeds matrix dimensions.
global X; global Y global B; X = get(handles.popupmenu1,'value'); B = get(handles.popupmenu2,'value'); NS = getimage(handl...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Subscript indices must either be real positive integers or logicals.
Error in MV = (0.5*(sum(abs(W-(mu*E)))^2)) + alpha1*(sum(abs((G*W)-(H*F))))+ alpha2(sum(abs(D*F)))

7年以上 前 | 1 件の回答 | 0

1

回答

質問


In an assignment A(:) = B, the number of elements in A and B must be the same.
Error in cost(k) = 0.5*(sum(abs(y1-x).^2)) + lam*sum(abs(Dx)); % cost function value

7年以上 前 | 1 件の回答 | 0

1

回答

質問


I am new to matlab i have 1 query
i dont know whether it is possible anyway i ask, how to get an image from mainmenu.m to secondmenu.m and i call the function a...

7年以上 前 | 1 件の回答 | 0

1

回答