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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
