Re: find all numbers in a vector
"Roger Stafford" wrote in message <k9jovs$jnl$1@newscl01ah.mathworks.com>...> You shouldn't give up so quickly, Petra. The answer you gave was correct - for the positions in 'a'. - - - - - - -...
View ArticleRe: computation precision and display
"Jose" wrote in message <k9ji0m$rcv$1@newscl01ah.mathworks.com>...> Another important question is that Matlab seems to make this kind of rounding off randomly so many other complex numbers...
View ArticleNaN with root finding method
Hi, I am using the 64 bit version of MatLab. I am trying to reproduce another groups work on a rootfinding method (which for sake of simplicity will say is llike an improved version of Steffensen's...
View Articletemperature and velocity field plot in same 2d square
Hi all, I have tried to plot;Â colourful temperature and velocity direction graph for some certain 1)x,y position 2)u, v velocity value 3) Temperature file(txt) i took data from workspace...
View Articlematlab program
I am looking for a function to calculate the principal curvatures of a surface (and/or the Gaussian and mean curvatures) for triangulated model.
View Articleksdensity weighting issue
I'm having a problem applying the 'weights' option for ksdensity. I recieve the error:>> [y, xi]=ksdensity(E,'function','cdf','weights',f'); ??? Error using ==> ksdensity>standardize_weight...
View ArticleRe: fmincon + interior point algorithm + memory problems
 I may be wrong but I don't think my problem can be written in a form of quadprog because I cannot modify "x" in the quadratic optimization function. ================ It can be written in the form...
View ArticleArray To Veriable
I have a array v, and i want to get the SOS output. 1 3 1 3 1 = S 2 3 2 3 2 =O space = 4 Can anyone help me? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ v =Â Â Columns 1 through 6Â Â Â Â Â 0 0 1 3 1 3Â Â Columns 7 through...
View ArticleRe: Array To Veriable
On 12/4/2012 4:41 PM, Tony wrote:> I have a array v, and i want to get the SOS output.> 1 3 1 3 1 = S> 2 3 2 3 2 =O> space = 4>> Can anyone help me?>...
View ArticleAverage TET: -1
I am running a simulink model on an xPC target. The model seems to run okay when the target PC displays an Average TET < Sample Time. However, when I add certain other functions, the Target PC...
View ArticleRe: Array To Veriable
dpb <none@non.net> wrote in message <k9lve9$60g$1@speranza.aioe.org>...> On 12/4/2012 4:41 PM, Tony wrote:> > I have a array v, and i want to get the SOS output.> > 1 3 1 3 1...
View ArticleRe: Array To Veriable
On 12/4/2012 5:38 PM, Tony wrote:> dpb <none@non.net> wrote in message <k9lve9$60g$1@speranza.aioe.org>... ...>> Well, I'm not sure if this is what you mean by 'SOS' output or...
View ArticleRe: ksdensity weighting issue
On 12/4/2012 3:46 PM, John wrote:> I'm having a problem applying the 'weights' option for ksdensity. I> recieve the error:>>>> [y, xi]=ksdensity(E,'function','cdf','weights',f');>...
View ArticleImporting a GMSH .msh file into NIRFAST(matlab platform)
Hello, I have created a mesh file in a open software called GMSH. Now i want to import it into Matlab reading the nodes, elements, the boundary elements of the mesh. Can someone help me with the coding...
View Articlefor loop ode45 with dynamic variables
Hi I am writing a small program that can create many different particles that move up in the y-direction spread out in the x-direction. The particles interact with each other with repelling forces and...
View Articledepsc doesn't print in color
Hi, I'm trying to save plots to eps format in color. I've tried "saveas(h,'sim10','-depsc')" or "print -depsc sim10" both do save the figure, but without colours (in black and white). Does anybody know...
View ArticleRe: Matrix Applications
> A(A(:,3)==9,:)> A(A(:,3)== PRN); i would like to give the value at runtime..
View ArticleGUI
I'm wondering how I can add an image to my axes in my GUI. This should be easy for all the pros to answer I'm just a beginner and I'm driving myself crazy here. I tried axes(handles.axesImage);...
View ArticleRe: I'm new to matlab; why is this function wrong?
The program now brings up a plot, but it's blank. It is supposed to plot an X in the middle and an orbit of green o's. It also brings up this error: ??? Undefined function or method 'orbits' for input...
View ArticleRe: figure not getting saved in full screen mode
"Pratap" wrote in message <gl27qj$lqa$1@fred.mathworks.com>...> I would like to automatically save my figures in jpg or in eps format in full screen mode.> screen_size = get(0,...
View Article