First
|
Prev |
Next
|
Last
Pages: 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
Visual Studio 2008 PE with Matlab 7.0.4 Hello, I had to change my compiler from Visual Studio 6.0 to MVS 2008 (9.0). As I'm using Matlab 7.0.4 this is not a supported compiler. So when I tried to mex a file I get an error message: "Could not find the compiler "cl" on the DOS path. Use mex -setup to configure your environment properly. C:\PR... 23 Jul 2010 10:16
Creating IO Blocksets for an Embedded Target Device? Hi All, I would like to create a generic blockset for Simulink to import the port status from an embedded device and also configure the port. A masked susbystem can be used for this if the variable names are the same in the lower level code, however there are errors if multiple blocks are used. I believe M-Files and... 23 Jul 2010 10:16
multi objective optimization. Hi, i am trying to optimize 2 functions each having 5 variables. the code i wrote is as follows function f = edm(x) f(1) = 108.049 - 26.5842*x(1) + 0.801646*x(2) - 141.888*x(3) - 0.371658*x(4) + 0.0366417*x(5) + 2.83293*(x(1)^2) -(0.0469063*x(1)*x(2)) + (9.00625*x(1)*x(3)) - (0.000842188*x(1)*x(4)) + (0.0172187... 23 Jul 2010 14:43
how can I match all lines except empty ones? Hi, I'm trying to parse a file like this: TYPE { DATA1 **comments DATA2 **comments } My problem is that I can't get rid of the newline after the first "{". At the end is a current version of my parser and a sample file. Instead of: ======== ans = ans = 1 ans = 2 ans = ... 23 Jul 2010 11:23
Double Gaussian Hi, I was wondering if someone can help me with this problem. I want to use matlab to do a least squares fit to a double peak Gaussian function of the form: y=a*exp(-((x-b)^2)/(2*c^2)) + d*exp(-((x-e)^2)/(2*c^2)) where the letters are just constants, x and y are variables. normally for a single Gaussian I c... 23 Jul 2010 09:10
Change a class Property I have a property 'list' in a class 'menu'. In the constructor of menu I have several uicontrols with a callback function. How can I let these callbacks change the property list so that lists stays changed? If I send the menu object 'this' with the callback, it's able to change it, but it only stays changed in the cal... 23 Jul 2010 10:16
close('name') or close(handle) Hello all, I have a gui that plots up to 3 spectral plots in seperate figures based upon user selection when a pushbutton is pushed. I want to close any open plot figures when the user pushes the pushbutton on the main gui figure. The plot figures are named using sprintf and I can't figure out how to close them. I... 23 Jul 2010 10:16
pdep use I need to know the temperature evolution of a packed bed througth which a fluid flows, thus, the adimensional equation to solve is the following: A1*dT/dt+A2*dT/dz=A3*d^2T/dz^2+A4*T, where A1=1.46;A2=-1;A3=-1.56E-7;A4=-9.68e-5; the inicitial condition is T(z,0)=T0 and the boundary conditions are dT(1,t)/dz=(1-T(1,... 5 Aug 2010 04:48
Trajectory in VRML Hi, I've build 3D virtual map of the bay with the ships route. However, I'd like to draw trajectory of each ship separately - different pattern (box, circle,etc). I know that in ver. 2009b (simulink) there is function VRtracer which is solves this problem but I'm using ML 2008a which doesn't support this function.... 23 Jul 2010 08:04 |