Community Profile

photo

smabtahi


Uppsala University

Last seen: 9 months ago Active since 2011

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


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 ...

12 years ago | 2 answers | 0

2

answers

Question


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...

12 years ago | 2 answers | 0

2

answers

Question


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...

12 years ago | 0 answers | 0

0

answers

Question


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...

12 years ago | 0 answers | 2

0

answers

Question


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...

12 years ago | 2 answers | 0

2

answers

Question


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...

12 years ago | 1 answer | 0

1

answer