KMEANS help!!!!!!!!!!!
"Tom Lane" <tlane(a)mathworks.com> wrote in message <ftvs3h$lsp$1(a)fred.mathworks.com>... "pires " <piresloh7(a)gmail.com> wrote in message news:fts83v$b63$1(a)fred.mathworks.com... No matter how i configure...Also failed. can u provide me example... Here I use kmeans on the Fisher iris data, starting ... 23 Jan 2010 08:43
putmatrix
I would like to put excel range into matlab variable. sevral ranges are defined using excel offset functions, thus these are dynamic ranges. Specifically what i am trying to do is like this =MLPutMatrix("A", Dynamic_Range_Name) It is not working. How can I solve this problem? Thanks in advance. ... 22 Jan 2010 06:11
IFFT CENTRED
Hi, I'm working with DVB-T OFDM signals. I capture a signal using a HP VSA and then: 1.- I define the channel frequency response comparing the received pilot carrier values and comparing them with the expected theoretical values. 2.-Once I have this channel, I apply the IFFT() to obtain the CIR(channel impuls... 22 Jan 2010 10:37
FUZZY C-MEANS CLUSTERING
Hello eveyone; How have you done Fuzzy C-means clustering basically? Which have you used algoritm, programme etc.? And, how have you evaluated the results? Thanks, Murat ... 22 Jan 2010 17:27
Function workspace
Hi, I call a Matlab function from a .bat-file. Since I run the program as a function, there are no variables in the base workspace and only in the (invisible) function workspace. But, at the end of the function, I use report generator to generate a report that uses variables from the base workspace. But as alread... 22 Jan 2010 10:37
iris normalization source code for iris recognition
Could u please send me iris normalization source code to unwrap the candidate objet from the eye image. Thanks ... 25 Jan 2010 11:38
source code for iris normalization
could u please send me Iris Normalization source code to unwrap the candidate objet from iris. Thanks ... 22 Jan 2010 05:04
Convert a grayscale pixel to a rgb value
Hi all! :) In an image X, I have a grayscale pixel which has only 1 value: 200. I also know it's coordinate: (124,32) I have a rgb value: [0, 220, 255] with a variable name called Seed. I want to replace the grayscale pixel with this rgb value. And I tried using this: X(32,124)= Seed; I have this error: Ass... 25 Jan 2010 02:52
how to train dynamic neural network on multiple sequences
Hi, I'd like to train a layered recurrent network not only on a single sequence, but on multiple sequences. Suppose I have a set of input sequences (for example i1=[1 2 3] and i2=[1 2 2]). There is also a set of corresponding output sequences (for example t1=[2 3 4] and t2=[2 2 3]). One obvious way to train the n... 25 Jan 2010 06:07
nmake not recognized in MATLAB 2009b
I have MATLAB 2009b 64 bit running on Windows 7. I have installed Visual Studio 9.0 (professional) and the Intel 64 bit compiler (evaluation). I am trying to run an install program that makes the call to the c++ compiler !nmake. The error I get is that 'nmake' is not recognized as an internal or external command,... 25 Jan 2010 09:24