First
|
Prev |
Next
|
Last
Pages: 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018
Filling a cell array Say that I have a cell array cell1 = (5,5) I want to fill all the containers with the number "1". How can I do this, also if there was a name inside one of the containers then is it possible to check to see if there is an empty container and assign "1" to all of them? ... 5 Apr 2010 18:20
Watershed algorithm niranjan <tniranjan9(a)yahoo.co.in> wrote in message <eeecb77.-1(a)webx.raydaftYaTP>... Hello every one, I am looking for websites which explain logic behind watershed algorithm.Can any one help me in this matter Thanks, Niranjan ... 4 Apr 2010 14:50
optimization of fiber bragg grating using nelder-mead simplex i actually dont really understand about the objective function bcoz there is a lots of equation. so which one should i choose or how should i create an objective function. You might want to use some built-in MATLAB functions. fminsearch performs the Nelder-Mead simplex algorithm. It accepts a single vector... 6 Apr 2010 16:26
Remapping Matrix Values (3d to 2d) for Convolution This is my first post... and I'm hoping I am overlooking something, but thank you in advance for any help. I am starting off with a 3d matrix of points that are values in space, a simulated volume. Each point is indexed with x, y and z values, e.g. Value = Matrix(xval,yval,zval). I have also calculated the r, thet... 4 Apr 2010 12:36
optimization of fiber bragg grating using nelder-mead simplexalgoritm You might want to use some built-in MATLAB functions. fminsearch performs the Nelder-Mead simplex algorithm. It accepts a single vector of inputs, say x = [x(1),x(2),x(3)], and works on your objective function that should take x and return f(x), where f(x) is the function to minimize. For your problem, take x = ... 4 Apr 2010 12:36
counting backwards I want to program a for loop so that it goes backwards such like 5 4 3 2 1 how do I do this? ... 4 Apr 2010 14:50
need to interface PLC with Matlab I'm also dealing with the same issue. From the researches I've made, I can see that there are 2 ways to communicate matlab and plc. one of them is the opc toolbox in matlab and the otherone is another software by a company you can search it as M2PLC however, since i am a beginner in matlab I couldn't solve my probl... 20 Apr 2010 15:55
How 2 retrieve my data from *.fig plots? "Wayne King" <wmkingty(a)gmail.com> wrote in message <hin7g8$525$1(a)fred.mathworks.com>... Dave_Poreh <d.poreh(a)gmail.com> wrote in message <8f193beb-2b09-4a54-8d6e-10d4c5d9884a(a)s31g2000yqs.googlegroups.com>... Hi folks I plot some data and I save in *.fig format. I need to retrieve my data from this plot... 4 Apr 2010 23:40
Detect noisy points in curve I have a smooth x-y curve (one x value corresponds one y value) with some noisy points. The noisy point's y value differs largely from its neigbhours. How can I detect the noisy points? Thanks superZZ ... 4 Apr 2010 12:36
Resetting for loop I have a matrix with points and I have a for loop that will go through each of these points and if a condition is met it will delete one of the points from the list. But I want to reset the loop once it has deleted a few points as I get an error once my incrementing variable get too high for my formula. I have it so... 4 Apr 2010 23:39 |