First  |  Prev |  Next  |  Last
Pages: 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
fminsearch theory
Hi all, I have been trying to use the fminsearch routine to minimize a non-linear least square estimation problem, one in which i will have to give three initial guesses for the parameters but the routine just return the same initial guesses i pass to it so i was thinking if i can get a practical guide as to how fmins... 20 Jul 2010 14:40
change the name of a function in a loop
Hello guys, i have this piece of code: depth=[1 2 3 4] panelx=[2 3 5 6] k=length(panelx) load data.mat for I=1:k e=panelx(I) epsn(e)=depth(I) xdata=datax(:,I); sendvar2m(e)=proc1serial(e,xdata,epsn) end I would like to subs proc1serial for the the... 20 Jul 2010 13:33
multiple paths for same file
Hoi, I have set several breakpoints in a file. Not all of the breakpoints are visually shown by red bullets, so I call dbstatus("-completenames"). The output: Breakpoint for E:\DirA\DirC\FileD.m>FileD.m is on line 119. Breakpoint for E:\DirA\DirB\..\DirC\FileD.m>FileD.m is on line 116. Meaning, for FileD.m ex... 21 Jul 2010 15:49
Press keyboard code
Hello all, I am pretty new to MatLab so i am pretty sure this must be an easy question - but i couldn't find it on the forum or on google. I wrote a code that generates a graph for each given column of my matrix, each time i press '->' it moves to the next column. But now i want to add some extra functionality to... 20 Jul 2010 14:40
How to output to file the output of classregtree
The classregtree function returns a tree object. I am unable to find a method that can write to a simple text file the tree description. ... 20 Jul 2010 16:51
check_active_images
I received a program that uses the 'check_active_images' command. Where can I find the documentation on this command. Help does not address the command. ... 20 Jul 2010 12:27
Taking a 'slice' across a 2D contour map
Hi all, I am just wondering if it is possible to take a 'slice' across a 2D contour map. Say I have a X*X matrix which I plot using contour. I am only interested in certain slices of this contour. Using ginput I can find the the pixel values of the ends of the slice I am interested in. Is there any simple way for M... 20 Jul 2010 13:33
keeping my GUI unclosed
Hi I have a GUI that end up giving me lots of figures (results) with a single button click. I used 'close all' functions but end up closing my GUI as well. Is there a way that I keep my GUI unclosed, thanks ... 20 Jul 2010 12:26
I have problem to modify the size of figures in matlab.
Just wanted to say thanks for the tip. Simple fix for a totally non-obvious problem. "David " <david.cirkl(a)tul.cz> wrote in message <h2d9db$iph$1(a)fred.mathworks.com>... The figure must be undocked. Otherwise the change of size does not have an effect. ... 20 Jul 2010 11:20
Issue with recording data
Hi everyone, One of my colleagues created a simple experiment with MATLAB & PsychToolbox 3 which displays an image and saves the subsequent response (Yes/No) in a text file. The experiment goes through about 1200 trials (abt 30-40mins to complete), and when we quickly test run the program by pressing Yes or No rando... 20 Jul 2010 12:26
First  |  Prev |  Next  |  Last
Pages: 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219