FCM clustering
I am doing my final year project using MATLAB. I am having a little trouble using FCM. You see, I am suppose to cluster images of characters using FCM. Because my files are in .bmp form, how do I load the image for clustering in fcm? I cant seem to use fcmdemo to cluster nor the coding because my ... 22 Apr 2007 10:24
free matlab ebook
<http://rapidshare.com/files/27254456/Numerical_Methods_3rd_Edition__Faires_.pdf> <http://rapidshare.com/files/27254457/Numerical_Methods_in_Engineering_with_MATLAB__2005_.pdf> <http://rapidshare.com/files/27253629/Numerical_methods_matlab_by_Won_Young_Yang__Wenwu_Cao__Tae-Sang_Chung_and_John_Morris.pdf> ... 22 Apr 2007 04:02
How to get high precision eigenvalues with eig
I have a 64*64 complex Matrix ,and want to find some of the eigenvalues lamda whose log has a very small imaginary part lamda=eig(U); b=-i*log(lamda) imag(b) = 1e-25 or so Does Matlab (core 2 due ,windows xp sp2 32bit) can give me the correct result? On my pc,the eps= 2.2204e-016,and I got the most smal... 20 Apr 2007 01:24
Matlab code for lid-driven cavity
Hi guys, I wonder whether anyone has a Matlab code solving the lid-driven cavity problem that he/she can send to me. Thanks a lot, M. ... 20 Apr 2007 01:55
Matlab code for lid-driven cavity
Hi guys, I wonder whether anyone has a Matlab code solving the lid-driven cavity problem that he/she can send to me. Thanks a lot, M. eng_ma(a)yahoo.com ... 19 Apr 2007 20:15
Need Help with Simple Matlab Code
I need to create a piece of code in Matlab that will take input a text file with some values such as 2/2, 1/2, 1/1, and 0/0 and converts all the 2/2 to 2, 1/2 to 1, 1/1 to 0 and 0/0 to -1 and outputs this data to another text file. Can somebody please help me out? Karim ... 23 Apr 2007 17:47
dsolve error
Here's my code: sol = dsolve('Dy1=y2','Dy2=-y1 + 0.1*y1^3','y1(0)=0','y2(0)=1') s1 = simple(sol.y1) s2 = simple(sol.y2) ezplot(sol.y1, [0,20]) hold on ezplot(sol.y2, [0,20]) hold off and here's the error: "Error using ==> dsolve Error, (in dsolve/IC) The 'implicit' option is not availa... 19 Apr 2007 11:20
Matlab R2006b compatability with Matlab R14?
I am trying to execute some code (a mixture of C++ and Matlab) that was delivered to me. The Matlab code was originally developed under Matlab R14. I have Matlab R2006b installed on my system. When I attempt to execute the program, I get the following message: I18N Runtime warning: Missing ICU data ... 19 Apr 2007 11:20
I cant solve this error in ANFIS
im training an ANFIS but i always get this error: Start training ANFIS ... ??? Total of firing strength is zero! Error in ==> anfis at 231 [t_fismat, t_error, stepsize, c_fismat, c_error] = ... Error in ==> Sys_ANFIS at 52 [fismat1 ,error1 ,ss, fismat2, error2] = anfis(TrnData,fismat,10,1,ChkData,... 20 Apr 2007 05:00
MSFlexGrid - column widths
Hi, I am trying to use the MSFlexGrid ActiveX control, and I have it working for the most part - setting the numbers of rows and columns, putting data in, etc. However, I've tried to set the column widths and I can't figure out how to do this. The MSDN database says something like this should set the width of co... 19 Apr 2007 12:55