From: Barry Ridge on
ahmedmakki <ahmedmakki(a)gmail.com> wrote in message <2c81652a-b5d2-41e5-a79b-10c55b6408ad(a)r18g2000yqd.googlegroups.com>...
> On 21 Apr, 14:27, "Steven Lord" <sl...(a)mathworks.com> wrote:
> > "ahmedmakki" <ahmedma...(a)gmail.com> wrote in message
> >
> > news:124329f2-ec53-4b85-be9c-7016aff5b34e(a)u31g2000yqb.googlegroups.com...
> >
> > > Hi,
> > > is there any possibility to achive theLVQon matlab without using the
> > > Neural Network Toolbox? i just have the image processing and
> > > statistics toolbox installed.
> >
> > Certainly you should be able to implement functions to create and train a
> > learning vector quantization network on your own using functions from MATLAB
> > itself, assuming you know how those networks work.  It may take you a little
> > while, but it's possible. [And before you ask no, I do not have any examples
> > of how to do this.  You would need to implement these functions on your
> > own.]
> >
> > --
> > Steve Lord
> > sl...(a)mathworks.com
> > comp.soft-sys.matlab (CSSM) FAQ:http://matlabwiki.mathworks.com/MATLAB_FAQ
>
>
> Thanks for your replay... having few examples handy would of course
> assist the process of implementation, but i'll try it with my own :-)
>
> Regards,
> A.

Download the SOM toolbox here:

http://www.cis.hut.fi/somtoolbox/

It contains a few different LVQ implementations for Matlab.

Cheers,
Barry