Since 6/22/2012 1:23:10 AM, LUAN.HAKAJ has written 2 articles and participated in 4 conversations. LUAN.HAKAJ signature: LUAN.HAKAJ
LUAN.HAKAJ's articles:
Items(2) /1
EXHAUSTIVE SEARCH with Matlab3109 (6/28/2012 2:36:08 PM) comp.soft-sys.matlab Hello All,
I have one problem in Matlba. I have to use exhaustive search o find the maximum value of one function under some constraints. Here i have to find which is the maximum value of this function, consi... luan
EXHAUSTIVE SEARCH with Matlab3109 (6/28/2012 2:36:08 PM) comp.soft-sys.matlab Hello All,
I have one problem in Matlba. I have to use exhaustive search o find the maximum value of one function under some constraints. Here i have to find which is the maximum value of this function, consi... LUAN.HAKAJ(6)
finding the closest number in an array71221 (12/11/2009 8:39:04 PM) comp.soft-sys.matlab I have a vector that looks something like this:
f= [ . . . . 1990 1998 2001 2004 . . . .]
and I would like to find the closest value to f=2000 ( which in this case could be 1998 or 2001 ) and the index (i) ... Shaddy