redundancies
"Oleg Komarov" <oleg.komarov(a)hotmail.it> wrote in message <hicpvo$6dd$1(a)fred.mathworks.com>... Btw this post is also useful for the wellknown problem of redundant posting when you click goback (on the browser). Something that TMW should fix... Is that why it happens? I've always wondered. ... 10 Jan 2010 11:52
pass data between two gui
I have 2 GUI: no. 1, the user will execute search (sql) and will get the user ID. Then when the user click the update button, another gui should open and at the same time shows that ID gotten in the first one). ... 10 Jan 2010 11:52
parallel computing sliced variable indexing
hi, I have a problem with parallel computing. My program calculates a number of datasets in parallel, but in the end I would like to add the results to a grand average. This grand average consists of a cell matrix containing normal matrices. So all I have to do is for each lab, produce the same cell matrix and... 10 Jan 2010 10:45
redundancies
"lotfi elsayed" is there any function that eliminate redundancies form a vector thx for ur help help unique Oleg ... 10 Jan 2010 09:39
color in quiver
Hallo, I'm simulating fish schooling in matlab, using quiver3. I would like to make the color of the arrow dependent on the size of the fish. I've made a matrix with for every fish i with lenght L(i) determines color(i) (if L(i)<0.5 color(i)='b'; etc) how do I know plot this using quiver3? I've tried mu... 14 Jan 2010 05:46
Image Overlay using pcolor-Plots
Dear Community, I'd like to ask a question about overlaying pcolor-plots and controlling the transparency and the coloring of each plot individually. So, what I want to do is putting a colored pcolor-plot (using colormap hot) over a second pcolor-plot serving as background image, which should be displayed as grays... 10 Jan 2010 07:27
Signature bassline slant angle
Hi all, I`m trying my hand at implementing an algorithm for off-line signature verification. One of the parameters used is the bassline slant angle. I found this text in an artical: "Baseline is the imaginary line about which the signature is assumed to rest. The angle of inclination of this line to the horizontal ... 10 Jan 2010 07:27
VLOOKUP in Matlab ?
interp1 is not exactly vlookup, it still interpolates. Is there a function with no interpolation? thanks. "Steven Lord" <slord(a)mathworks.com> wrote in message <g23gho$5pn$1(a)fred.mathworks.com>... "Jakob " <nordstrom(a)crossnet.se> wrote in message news:g237qe$3hv$1(a)fred.mathworks.com... Hello ! ... 10 Jan 2010 10:45
vlookup
hi, Is there a vlookup like function in matlab? interp1 interpolates, i dont want any interpolation. thanks, ... 10 Jan 2010 04:15
Number of Tasks in Distributed Computing
Hi everyone :-) I want to run more than 4 jobs at a time but I can't. My code is as following. MATLAB runs 4 job instances on the first step and afterwards it runs another one as the 5th job. sched = findResource('scheduler', 'type', 'local'); j = createJob(sched); for CountTask = 1:5 createTask(j, @Permut... 13 Jan 2010 08:42