How to plot in Matlab by labels? Suppose You have some data: 1st case – we have 1-d (dimension) data or vector, so the next step is to plot this vector: >plot(data,'b*'); Now You’ve made some classification using f.e. kmeans algorithm: >[IDX,C]=kmeans(data,5,'emptyaction','singleto[...]
Posts Tagged ‘Matlab’
The list of some Matlab Tool Boxes
The list of some Matlab Tool Boxes from http://stommel.tamu.edu/~baum/toolboxes.html * ADCPtools - acoustic doppler current profiler data processing * AFDesign - designing analog and digital filters * AIRES - automatic integration of reusable embedded software * Air-Sea - air-sea flux estimates in o[...]
Bootstrapping in Matlab
I’m not guru in Matlab, but recently, I’ve found some useful trick for boostrapping in matlab. In spite of rather “clear” and detailed built-in help (help bootstrp). I became confused while bootstap function that returns array of result. For example: we have the following seq[...]
HMM tutorial
Very clear and good example of hidden markov model appliance presented in the tutorial (attached below) by Dr. Sung-JungCho HiddenMarkovModel Original materials one can find at http://isoft.postech.ac.kr/Course/CS704/LectureNotes/HiddenMarkovModel.pdf I check this tutorial with standard matlab funct[...]
