統計
MATLAB Answers
8 質問
0 回答
ランク
of 171,413
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
DWT with gaussian wavelet
Hello everyone How it is possible to use 1-derivative of Gaussian function as the wavelet in dwt? I know that Gaussian wav...
約11年 前 | 1 件の回答 | 0
1
回答質問
how to force lsqnonlin in matlab to give only real output?
Hello everyone I have an optimization problem and I want to solve it with lsqnonlin [x,resnorm] =lsqnonlin(fun,x0) fun...
12年以上 前 | 0 件の回答 | 0
0
回答質問
repeat a matrix as digonal element in a new matrix?
Hi I have a 2D matrix, and I want repeat it a digonal element in a new matrix., somthing like this: A is 2*3 matrix , and ...
13年以上 前 | 2 件の回答 | 0
2
回答質問
command in Matlab equivalent to "forall " in fortran
Hi Is there any command in matlab that can simpilfy such loop: for i=1:10 A(i)=i^2 end as I know in fortran it can b...
13年以上 前 | 2 件の回答 | 0
2
回答質問
Underdetermined optimization problem
Hello everyone I have an optimization problem like this: A = w_1*A_1+w_2*A_2+....w_N*A_N where A is an p*q matrix A...
14年弱 前 | 0 件の回答 | 0
0
回答質問
What cause my process to be killed?
I am using Matlab inside Ubuntu 11.10. many times when I tried to run it, it will be closed and and strange message appears o...
約14年 前 | 0 件の回答 | 2
0
回答質問
How to change M*1*N matrix to M*N matrix
I have a signal M*K*N matrix , and I want to display an slice of signal in xz plane something like: imagesc(a( : , 1, : )) b...
約14年 前 | 2 件の回答 | 0
2
回答質問
about computing fft in wavenumber domain
I have signal distributed in space domain (x,y,z). and I want to calculate its wavenumber doain for (x,ky,z) domain. how can I c...
約14年 前 | 1 件の回答 | 0
