First  |  Prev |  Next  |  Last
Pages: 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
Parallel Computing GA for simulink model
I'm struggling to run a built-in GA code in a parallel computing mode for simulink model. The simulink model contains the fuzzy block. Below is the options that I've used. %%%% options = GAOPTIMSET('UseParallel','always'); matlabpool open [x] = ga(@(x)evaluate_objective(x,params),....); function f = evaluate_... 28 Jul 2010 21:45
Focusing on figure interface
Hi everybody, i've created an interface in order to develop the interaction of a general user in face of a webcam who has to react to some visual stimulus, pushing some keys on keyboard. Everytime I press on some keys, I can't keep focusing on my interface but It switch to matlab mainboard. Doas Anyone have suggest... 28 Jul 2010 07:26
Question on the PSF, OTF and FFT. Thanks!
Hi, all. I check some websites and find that the Fourier Transform of a PSF is OTF. The FFT of PSF can be obtained by psf2otf, but I find that direct application of FFT to PSF will return a different value. For example, Assuming PSF is [1 2 4; 4 6 5; 2 8 1], we will have the follo... 28 Jul 2010 23:56
how to hide figures with getframe
I'm having the same problem, however, Rudi's solution does not work for me: There is a difference between passing the figure handle and passing the frame (besides making it run in the background when 'visible' is set to 'off'). I get a small, skewed and striated movie when I pass the figure handle... So my questi... 28 Jul 2010 07:26
reading textfile and displaying its contents in listbox
"dhananjay lamb" <dhanjay3(a)gmail.com> wrote in message <i2oqq9$nqc$1(a)fred.mathworks.com>... reading text file and displaying its contents in list box hiii, i want to create a GUI to read text file ( example.txt) which content 1.jpg 2.jpg 3.bmp etc.... it can be read by textread, now i want ... 28 Jul 2010 05:17
Space Time Adaptive Processing
Dear Sir! Do send me STAP toolbox to following email downld2009(a)gmail.com Bundle of thanks "zheng zhou" <zhzhou(a)calpoly.edu> wrote in message <h76t86$mdb$1(a)fred.mathworks.com>... Hi, can someone please send me these toolboxes as well to zhzhou(a)calpoly.edu. thanx so much in advance. z No.Spa... 28 Jul 2010 05:17
separation of iframe from mpeg video
i want to compress the iframe only for this i want to separate the i frames so plz send me code for this ... 28 Jul 2010 10:45
reading textfile and displaying its contents in listbox
reading text file and displaying its contents in list box hiii, i want to create a GUI to read text file ( example.txt) which content 1.jpg 2.jpg 3.bmp etc.... it can be read by textread, now i want to display this text file content in list box. ... 28 Jul 2010 05:17
uigetdir...I want multiple directories
I have exactly the same problem. Nate, could You solve it? Anyone else? Nathan <orloff(a)umd.edu> wrote in message <ef48a71.-1(a)webcrossing.raydaftYaTP>... Is there a way to select multiple directories? Nate I was thinking like uigetdir('C/','Dude pick multiple Directories','multiselect'... 28 Jul 2010 05:17
values from number regions
Hi guys, I am trying to get starting and ending columns for 'number regions,. Below is my code for a matrix with "TWO NUMBER REGIONS" containing values 1 and 2. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc; clear all; Rs1 = [ 0 0 0 0 0 0 0 0 0 0 0 0; ... 28 Jul 2010 22:50
First  |  Prev |  Next  |  Last
Pages: 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153