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
