Urgent....D operator in matlab
Does anyone know about differential operator in MATLAB corresponding to "D" operator in Mathematica. I am not looking for diff() function. I just want to use d/dt corresponding to "d/dx" used in mathematica. I want to use this "d/dt" operator in Bessel function: 1+sigma*D/a... 7 Apr 2010 13:29
HDMI Image Acquisition
I was wondering if anyone has used the Matlab Image Acquisition toolbox to capture HDMI video sources. If so, can you post what hardware you used? I have not been able to successfully communicate with any HDMI acquisition hardware that is capable of 1920x1080 60fps. I have tried AJA Xena LSi card mostly. ... 6 Apr 2010 20:58
two way anova repeated measure
Hi All Do you know how to do two way anova repeated measure in matlab? Would you think I can somehow use manova to do this? Sincerely songjoo ... 6 Apr 2010 19:50
Nonlinear optimization, confidence interval, observability
I'm trying to optimize the parameters of a model so as to minimize the difference between measured and predicted values. I'm able to compute the confidence interval for each parameter. 1) Some parameters have large confidence intervals (basically related to the upper and lower bounds provided as constraints) ... 6 Apr 2010 18:42
How to control Matlab's printed number field width?
Is there any way to force output of g and f format to stay within the specified field with. This is giving me trouble all the time and at ever unexpected locations when preparing input for fortran programs that require 10 width numbers Matlab is completely uncontrollable in this respect. Writing my own formatting fu... 6 Apr 2010 18:42
transition probability matrix
hi all i will use a transtion probabiliy matrix, how can i prepare my data for this and what toolbox to use? i.e. number of times in data from state I to state I+1 .... in matrix I I+1 I+2 I+3 ... I I+1 I+2 I+3 .. .. .. thak you very much ... 6 Apr 2010 17:34
Updating Button properties in the GUIDE environment
Hi Folks: Getting back into GUIDE and I'm trying to figure out how to update button properties. Say I click on a radio button that represents a user option, then I would like to change the text color of another button (say from grey to black), and enable that button (make it active). Any thoughts? I can update th... 7 Apr 2010 08:57
Matlab Compiler; Speed advantage?
Hello, I'm using the "Matlab Compiler" and I've a short question. Are there any advantages to use a compiled version of the own m-files concerning the speed? Is it reasonable to compile the own matlab-scripts? ... 6 Apr 2010 17:34
fault when launching Matlab
"Dene " <dene.boulton(a)gmail.com> wrote in message <hb06rf$k99$1(a)fred.mathworks.com>... I am getting this same message with 2008b, cannot start matlab ... 6 Apr 2010 17:33
How to find (and plot) surface normal
Hey, I have a 3D point cloud. I need to create a surface mesh and find the normal vector to each vertex. I wrote a very naive method that: -- finds the normal vector of each triangle in the mesh -- finds the neighboring trinagles of each vertex -- returns the sum of all the neighbors' noramls as the vertex n... 20 Apr 2010 15:53