First  |  Prev |  Next  |  Last
Pages: 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
problem on how to callback multiple *.m files from a single pushbutton
Hello, I am creating a GUI. I have to create a pushbutton which when i click it 4 other *m files have to run simultaneously. My problem is that while i know how to do it for 1 *.m file, i do not know how to do it for 4. eg. for 1 *.m file i am using the code: S.pb = uicontrol('style','push',... ... 18 Jul 2010 13:46
how to update premise and consequent parameters
i need the same zip.... my email id rvkhakhkhar(a)gmail.com plz send me as soon as possible ... 18 Jul 2010 15:57
save variable from GUI to workspace
Or, if you just want to have the value available to you in the workspace (for later in whatever you want), read the help on assignin. Thanks bro, that one worked, thanks again ... 18 Jul 2010 13:46
Partial DGL
Hello, I want to calculate a partial DGl for a function U(x,t): a * U_tt = b * U_xxxx I checked the Matlab Help and found the solver pdepe. It says that pdepe can solve things of the form: c(x,t,u,Du/Dx) * Du/Dt = x^(-m) * D(x^m * f(x,t,u,Du/Dx))/Dx + s(x,t,u,Du/Dx) How can I implement a second derivative in t... 21 Jul 2010 04:50
Determination of rate constant foris a reaction using matlab
Hi, I do have one problem with kinetic modeling. Let's say a reaction occurs in such a way A <------> B (reversible way) where k1 is a constant for A change to B and k2 is a constant for B change to A so I used ODE solver to solve the problem mentioned and successfully get a graph. However, I do not know how ... 18 Jul 2010 12:41
How to link axes and legend?
Dear all As you know, legend(axe_handle, 'legname') can link the relation between legend and axes, I mean that you can get legend handle with the command legend_handle = legend(axe_handle). However, when copy axes and legend to a new figure, this relationship was lost. Here is an example code to illustrate my state... 19 Jul 2010 01:38
Questions about the optimzation method.
Hi, dear all. I wonder whether there is a method that computes the large-scale non-linear least squares problem Ax=b. x is a sparse matrix written in vector form, A is a large-scale matrix (around 400x10000) and b is also a large vector ( around 400x1). There are also some constraints considering the undertermined ... 19 Jul 2010 21:16
datacursormode and subplot
Hi, I have an interactive application in which there are two subplot in one figure. Each subplot has a diffwerent behaviour and has a different ButtonDown function. I want to enbale Datacursormode only in one of the subplots. Is there a way to do it ? Thanks, Ofra ... 18 Jul 2010 07:19
calling .dll function from CodeGear C++ 2009
I know support for old C++ Builder compilers was discontinued in 2008+ versions of Matlab. Can anyone advise how to call a Matlab function (compiled to a shared c/c++ .dll) from the latest CodeGear C++ Builder 2009/2010? My program produces the same execution problem to the one described at http://www.mathwork... 18 Jul 2010 07:19
figure to latex
Hi there, I have a figure in matlab and use it in a latex document. The problem is that the font i the text of the figure is different than the font of the main text in the latex document. Is there a way of making the font of the text of the figure the same as the latex document? I saw some functions in the FEX... 19 Jul 2010 04:50
First  |  Prev |  Next  |  Last
Pages: 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236