First
|
Prev |
Next
|
Last
Pages: 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511
Fuzzy Logic package: "Total of firing strength is zero" shamim <shamim(a)ou.edu> wrote in message <ef02fb0.-1(a)webx.raydaftYaTP>... I'm using the anfis editor (anfisedit) to build a fuzzy logic system. Here are the specifications: name: 'My_Fuzzy' type: 'sugeno' andMethod: 'prod' orMethod: 'probor' defuzzMetho... 11 Jun 2010 07:01
Replacing NaN Values...? Hi there, I have a vector where the first few values at the beginning and end are NaN, and I would like to replace these values with the nearest "real" value. For example; NaN NaN NaN 3 6 10 30 100 NaN NaN Would become; 3 3 3 3 6 10 30 100 100 100 Also, could this be applied to a mat... 11 Jun 2010 07:01
Replacing NaN Values...? Hi there, I have a vector where the first few values at the beginning and end are NaN, and I would like to replace these values with the nearest "real" value. For example; NaN NaN NaN 3 6 10 30 100 NaN NaN Would become; 3 3 3 3 6 10 30 100 100 100 Also, could this be applied to a mat... 11 Jun 2010 07:01
Work Folder Strangeness Hi, I'm having a problem with the default working directory. I brought some work home on a USB drive and tried to copy the files into the work folder. But when I open the files from within Matlab it shows me an earlier version that I've over-written. I can edit and save these versions but I just can't copy the new o... 11 Jun 2010 10:19
symbolic linearization Hi i'd want to try to linearize my simulink model using linmod, but holding certain parameters as symbolic. i tried to make them symbolic with SYMS and then i called LINMOD, getting an error. Is there a way to do that or is it not possible? ... 11 Jun 2010 07:01
Problem in training the Neural Network I wrote this code : P=xlsread('zero.xlsx','A1:B12') hussNet=newp(minmax(P),1) hussNet.inputs{1} hussNet.layers{1} hussNet.iw{1} hussNet.b{1} T=xlsread('zero.xlsx','A13:G14') net=train(hussNet,P,T) it diplays this error: ??? Error using ==> network.train at 145 Targets are incorrectly sized for network. Matr... 12 Jun 2010 02:52
Cuckoo search algorithm Hello experts!! There is someone who have already implemented a matlab code for the cuckoo's search algorithm? I'm trying to write a function for this optimization technique and compare its results with the traditional bio-inspired algorithms, but I just can't make it works. Thank you in advance for the attent... 11 Jun 2010 04:52
How to generate a 2D intensity plot Hi I want to create an intensity plot in 2D. For an engine I have a vector of varying speeds during an hour and a linked vector of the power at those speeeds. I want to plot this in 2D where the intensity (i.e. if there are many close samples) is shown by some kind of color pattern. Is there some one who can help... 11 Jun 2010 04:52
How to generate a 2D intensity plot Hi I want to create an intensity plot in 2D. For an engine I have a vector of varying speeds during an hour and a linked vector of the power at those speeeds. I want to plot this in 2D where the intensity (i.e. if there are many close samples) is shown by some kind of color pattern. Is there some one who can help... 11 Jun 2010 05:57
Undefined function or variable - for no reason... Matlab has gone mad! It won't accept any declaration other than predeclared matlab functions (say, fft). Almost any other function call returns 'Undefined function or method bla bla'. I know you'll think that I don't have the path defined correctly, or that my function is not defined properly, but this is not the ca... 11 Jun 2010 10:19 |