First
|
Prev |
Next
|
Last
Pages: 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011
The Lloyds algorithm of lloyds.m - broken? Hello, I am a little bit puzzled about whether the Lloyd/k-means algorithm in the MatLAB function in lloyds.m actually works in either R2009b or R2010a (atleast). When executing the example available in doc, or at: http://www.mathworks.com/access/helpdesk/help/toolbox/comm/ref/lloyds.html The results i get by... 5 Apr 2010 16:06
Facial aging project help I'm doing a facial aging project. I wanted the user to click on certain control points on the 20 year old image and then wanted the program to to warp certain features downward to show geometrical facial changes.The displacement will have to be embedded into the code. How do I go about it?..Im new to MATLAB...Can I ... 5 Apr 2010 16:06
Pattern Recognition I am designing a system using a robot in such a way that the Robot will pick up the tool when the camera sends the picture of the tool in its memory. In this, I need to use pattern recognition using Matlab. I have two tools to recognize. First my question is: What kind of webcam should I use? Should I use the ... 5 Apr 2010 17:13
M-QAM and M-PSK hi, I need a matlab code to simulate the Bit error rate vs. Eb/No for BPSK, QPSK and 8-PSK as well as, 4-QAM, 16-QAM and 64 QAM. The modulation should be done using "qammod" and "pskmod" functions and the additive white gaussian noise should be added using "normrnd" function with zero mean and segma depending on Eb/ N... 6 Apr 2010 08:34
combining subplots i have 16 subplots in a figure... each subplot has equal square-sized images... i need to get a complete image by combining all my 16 blocks of images.. Could anyone Have the idea? Thanks in advance.. ... 18 Apr 2010 23:02
plotting colored 2D data I need a way to display an image made up of defined x and y coordinates where each (x,y) corresponds to a specific color which is defined in another matrix. So there's a matrix for the x values, a matrix for the y values, and a matrix for the colors. ... 5 Apr 2010 18:20
Results not repeatable for sum() function on fixed / deterministic vector "Bruno Luong" <b.luong(a)fogale.findmycountry> wrote in message <hpd5fg$6r4$1(a)fred.mathworks.com>... "us " <us(a)neurol.unizh.ch> wrote in message <hpd4sq$r62$1(a)fred.mathworks.com>... seems to be solved in r2010a... is there a link to a bug-report(?)... Here we go us: http://www.mathworks.com/suppor... 5 Apr 2010 16:06
SNR of signal Hi guys. I'm currently working on a sound project which requires me to reduce noise from noisy speech signal. I'm using wav files taken from the NOISEUS database which provides the clean speech and the noise currupted signal (Clean speech + Noise) in different SNR of 15 10 5 and 0 dB. And after reducing the n... 5 Apr 2010 22:48
Elliptic PDEtoolbox trouble!! Hey everyone I would like to hear if anyone could help me solving the problem below by using the PDE toolbox in matlab? I really do hope anyone can help me...?? Thank you so much in advance... Kind regards Thomas ___________________Problem_________________________ I am searching for at solution func... 5 Apr 2010 14:58
Results not repeatable for sum() function on fixed / deterministic vector "us " <us(a)neurol.unizh.ch> wrote in message <hpd468$gr4$1(a)fred.mathworks.com>... for i=1:nt xr(i,1)=sum(x2); end r=all((xr-xr(1))==0) % r = 1 You need to be very careful with tests like this in MATLAB. Sometimes the JIT accelerator will recognize that certain calculations don't chang... 5 Apr 2010 14:58 |