First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
using mesh to make 3D plot
This GUI might help you: http://www.mathworks.com/matlabcentral/fileexchange/28177-3d-performance-map-gui ... 12 Aug 2010 12:33
GUI with multiple axes
I have two axes objects in my gui, handles.Plot1 and handles.Plot2. I need to know how to switch back and forth between these to add various features and overlays as my code progresses. I tried both axes(handles.Plot1) set(figureName,'CurrentAxes',handles.Plot1) but i receive the errors: ??? Error using =... 12 Aug 2010 15:52
Looping problem(spray modeling)
Hello there, Can anyone help me out with as i need to plot figure of T vs Theta but the problem is T is inter-link with V and V is interlink with theta. as shown below in code. theta ranges from 180 to 360, so do V I have tried writing this code but couldn't get the result theta180 = 180; theta360 = 360; V1... 13 Aug 2010 10:17
how to pass cell array to function with matrix input
Here is an example on what I'm trying to figure out: function [out1, out2] = testfunc1(a,b,mat1) out1 = a+b; out2 = sum(mat1(1,:)); %sum of matrix first row end Suppose I have: a=2; b=3; A=[1,2,3,4]; Then: [o1,o2]=testfunc1(a,b,A) would easily show: o1=5 o2=10 Now I'm trying to pass arrays and... 12 Aug 2010 15:52
how can i convert video avi to frames
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <a04f9e72-d185-4764-924d-40a774774fe7(a)c10g2000yqi.googlegroups.com>... On Jun 23, 8:29 am, "raid " <raid2005sha...(a)yahoo.com> wrote: please, help me to solve this object ---------------------------------------------------------- See my demo: ... 12 Aug 2010 18:04
variables in recursion
a function i wrote requires defining the variable n, but if i define it in the begining of the function, since it is a recursion, it changes it to the old value every time. how to avoid it? please don't resent if it is a silly question, i'm a beginner with matlab. this is the critical loop inside the function "ident... 12 Aug 2010 12:33
Problems with fsolve
Hi, Playing with fsolve, I reached to a point where two equivalent portions of code, at first glance, produce different results. In "case A" the program does correctly the optimization, but in "case B" it can't do it. Why? Link to source code: http://friendpaste.com/688QhEDslwwvG9g7UJH6N1 Thanks and regards... 12 Aug 2010 22:27
Icons for own toolbox
Hi Folks I have a toolbox and I would like to add some of my own icons on the help tree. In the helptoc.xml file we have the following on the second line <tocitem target="mytoolbox_product_page.html" image="$toolbox/mytoolbox/icons/book_mat.png"> This only works if you install the toolbox in the matlab root di... 12 Aug 2010 15:53
AVG Internet Security 9.0 key till 2018
AVG Internet Security 9.0 key till 2018 DOWNload http://www.softizers.com/showthread.php/avg-internet-security-9-0-19789.html ... 12 Aug 2010 11:28
Use of M files in labview and cvi
How do I use my m files in Labview? I can convert them to a dll with mcc, but how do I use this in labview Same question for C programs ... 12 Aug 2010 11:28
First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24