two questions on 'gamultiobj' function
Dear all, I have two questions on the ‘gamultiobj’ function in obtaining Pareto front. 1 by default, the ‘ParetoFraction’ is 0.35. Does it mean I only take the 35% of the individuals in the first front, i.e., the one with the highest rank? 2 in calculating the crowding distance of each indi... 17 Oct 2009 20:36
Unsteady Navier-Stokes Equation Solution
Any luck finding a code? I'm looking for the same thing. -E ... 17 Oct 2009 17:18
code for real DFT (without fft)?
"Sven Schulz" <sven-schu(a)arcor.de> wrote in message <4a8f0ffe$0$31873$9b4e6d93(a)newsspool3.arcor-online.net>... hi, i am searching for a matlab-function or code to get a full discret Fourier analysis (DFT)which is easy-to-use. I would avoid the "problems" with the Fast Fourier analysis (FFT), like ... 18 Oct 2009 00:55
Ezplot constants?
I want to plot some quadratic functions with varying coefficients, for example: syms x syms y ezplot('2*x^2 + 3*y^2 = 1') but I want to iterate/vary the '2' and '3' in that expression, something like a = 2 b = 3 ezplot('a*x^2 + b*y^2 = 1') but of course a and b aren't recognized inside the ' ' . How sh... 19 Oct 2009 09:41
help, need some advice
Hi, I am having some difficulty on how to address a problem in matlab. I am going to try to explain a simplification of the problem here. I have for example matrix containing: A = 400 value 1 value 2 value 3 401 value 4 value 5 value 6 402 value 7 value 8 value 9 Let say that Column 1 rep... 17 Oct 2009 19:30
Normalized matrix
Hi, i have some problem with normalization of a 64*64 matrix containing valuses of span 973 - 1073. I want them to normalized into the scale 0 - 1 without loosing the grayscale level. Hope somebody can give me a hint or tip in how to solve this problem. /Daniel ... 17 Oct 2009 12:53
Coastline Mapping
I am new to the mapping toolbox and urgently need to complete some plots. I need to plot a coastline of Western Australia, and then overlay some latitude and longitude stations onto the map. Does anyone know how to do this, I have the following code to plot the WA coastline, which is working: workingDirectory = temp... 17 Oct 2009 02:07
Non-string values in xlsread/xlsinfo
Hello I am working with an excel file with data on multiple sheets where I may not know the sheet name I'm trying to automate my calculations by reading the xls file and saving the sheet names into a matrix (see example below) [txt0,descr] = xlsfinfo('C:\inputs.xls') m=size(descr,2) for(i=0:1:m) txt = x... 16 Oct 2009 20:43
Calculete with very small numbers
Hy, I need to calculate a function that uses very small numbers, like (1/2^106), and the 'double' range stops around (1/2^15). Does anyone have an idea? Thank you very much. ... 16 Oct 2009 17:26
gevfit(x,alpha,options)
Hallo Guys out there, I trying to find out how the gevfit function/ parts of it work. I know it is based on the max likelihood funtion, which means you do partial df/dparameter for the distribution f and its paratemeters. With this knowledge I tried to find out whether this part in the gevfit function does this... 19 Oct 2009 07:30