|
First
|
Prev |
Next
|
Last
Pages: 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496
OSU SVM Hello. I want to find the toolbox osu_svm for matlab which simulates the Support Vector Machine Classifier. I've found numerous links on the web, but all refer to <http://www.ece.osu.edu/~maj/osu_svm/> hich is broken. Does anyone knows another working link for this toolbox? Thanx in advance, Panagiotis... 20 Sep 2005 11:14
kruskal's algorithm Does anybody know matlab implementation for kruskal's algorithm for minimal spanning tree ? thanks ... 20 Sep 2005 10:11
comtool Hi, I get this error message when I try to start the comtool function. Does anybody know what's wrong? comtool ??? Error using ==> setappdata Invalid object handle. Error in ==> comtool at 14 setappdata(f,'fileextlist',{'*.cbl','Builder for COM 1.0 (*.cbl)';... thanks Curt ... 19 Sep 2005 16:37
to find fourier series a matlab program to find fourier series of periodic square wave having amplitude 1 and time interval -pi/2 to pi/2 and to plot its amplitude and phase spectra. anyone please throw some light as i am having difficulty in defining rect pulse. ... 19 Sep 2005 16:37
Compiler - DLLs Hi. I'm trying to compile a tool I've written so I can use it on computers where no MATLAB is installed. Therefore I have compiled my program by using the command mcc mytool -m The tool consists of a number of a GUI with numerous subfunctions. Everything works fine on my computer. On others I'm not able to ... 19 Sep 2005 04:58
Matrix problem Hi I'm new with MATLAB. Can I leave variables such as a, b in Matrix operation? Could any reply me? Example [c 2 3;3 1 2][x y] ;matrix multiplication The answer I need is [cx 2x 3x;3y 1y 2y] How I to command MATLAB? Any help is very appreciated, Suphattra ... 18 Sep 2005 16:21
Augment a matrix and solve it I have a matrix such as: M = [1, 1, 1 0.3,0.1,0.4 0.5,0.1,0.4 0.2,0.8,0.2] and need to augment is with the zero vector and solve it. How do you do this? ... 18 Sep 2005 11:12
Matlab code for kernel -pca Dear friends, Where do I find a MATLAB code for Kernel-PCA? For your information, I visited: www.kernel-machines.org as well as www.kernel-methods.net. If you have one such, hope it will be useful for me. Thanks, Shekar ... 18 Sep 2005 15:20
how do i implement som for ecg classification Dear Sir, thanks for the link. i m novice to matlab and student of Artificial Intelligence. i want to develop neural network system for ecg signal classification as part of artificial intelligence subject. how do i start and how do i program the matlab for that to start. i told to use som for classification.how ... 18 Sep 2005 02:28
GUI use variabel in Workspace variable Hello there, I have problem with my following program : -> Variables in Workspace : - point - iteration -> My M.File (coba.m): % Function coba Point=iteration * 5 I get the following error: ??? Undefined function or variable 'point'. Can any body help me how to use Workspace Var... 19 Sep 2005 10:41 |