First
|
Prev |
Next
|
Last
Pages: 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364
come and join www.pakdub.com where u can find friends, classifieds, games, music albums, events, blogs, chatrooms, video songs and lot more.... for free come and join www.pakdub.com where u can find friends, classifieds, games, music albums, events, blogs, chatrooms, video songs and lot more.... for free ... 2 Feb 2010 15:23
bandpass filter Hello! I have 3d series of z500[lat,lon,t], where lat=1:63 (latitude) lon=1:144 (longitude) t=1:1464 (time with 6 hours timestep) 1 day==4 timesteps And I want to do a bandpass filter from 1 to 5 days. I use the code: [b,a] = butter(1,[ 1/(5*4) 1/(1*4) ],'stop'); y=filter(b,a,z500); Is this correct c... 2 Feb 2010 15:22
how to set latex interpreter as default? "Brian " <s10bb(a)ponstud.aau.dk> wrote in message <gtmupt$m6$1(a)fred.mathworks.com>... "Brian " <s10bb(a)ponstud.aau.dk> wrote in message <gtmq5q$b2j$1(a)fred.mathworks.com>... "Matt Fig" <spamanon(a)yahoo.com> wrote in message <gtmo45$jr5$1(a)fred.mathworks.com>... set(0,'defaulttextinterpreter','latex') ... 2 Feb 2010 15:22
LMI, trace minimization, some variables Hello to all! How can I define and solve this problem? minimize -trace(Z) s.t. [Z L*A-A'*L+W*C L*B+W*D-G]<0; we know the L,W,G, matrices. variables are matrices: A, B, C, D, Z. I have written the lmivars and lmiterms, but please tell me how can I define and solve the objective function and get the variabl... 2 Feb 2010 15:22
Solve a LMI problem with some variables?(Please help) Hello to all! How can I define and solve this problem? minimize -trace(Z) s.t. [Z L*A-A'*L+W*C L*B+W*D-G; we know the L,W,G, matrices. variables are matrices: A, B, C, D, Z. I have written the lmivars and lmiterms, but please tell me how can I define and solve the objective function and get the variables? ... 2 Feb 2010 15:22
HELP!!!!! hi!..im doing a project on ear recognition...iv got to find out the centroid of a given edge detected image...which i dont know the formulas or the steps to be carried out..m new to matlab and in urgent need of help....pls help ... 26 Feb 2010 01:59
shadow removal for traffic sequences i need the matlab code for moving shadow detection and removal for traffic sequences immediately ... 2 Feb 2010 15:23
quadgk Hi, I am having trouble using QUADGK, i have listed below the error i am getting. Also I need help for defining function with parameter, right now i have given the entire expression for the function(with one parameter) inside the quadgk command, but how can I do it in separate m file? -thanks f1(s)=quadgk((@(x... 2 Feb 2010 15:23
front end design hi all, is it possible to design a front end in matlab like v hav in VB command boxes and corresponding commands written to it? vil b useful if someone help me. thanks, matsya. ... 2 Feb 2010 15:23
Fitness proportionate / roulette-wheel selection, when initial fitness is 0 Hello, I am currently trying to write my own genetic algorithm script that involves roulette-wheel selection as one of the steps. I think that I grasp the basic concept, and the way that I am currently attempting to implement it into my script is as such: After calculating fitness values for my population, I get a ... 3 Feb 2010 23:00 |