First
|
Prev |
Next
|
Last
Pages: 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
Compile with gcc in Windows using OpenMP Hello, I have installed gnumex v2.01 and MinGW v5.1.6 in Windows XP 32, in order to compile files in Matlab that have been paralellized with OpenMP since it supports the compiler gcc. I can "mex" C files now using gcc in Windows without any problem, but I wonder what do I have to do in order to mex files that use... 27 Jul 2010 11:43
hybrid system hello everybody, is it possible,a submodel with Fixed-Step Solver embed in a model with variable-step solver? how can i do that? Thanks for any reply. ... 27 Jul 2010 11:43
matlab program for Newmark's Method I am looking for a matlab program using Newmark's Method: Nonlinear Systems to determine velocity, deflection, forces, etc. from earthquake acceleration data. ... 27 Jul 2010 11:43
how to recreate the axes I have a few axes objects on my GUI and after first using I would like to recreate them. Anyone knows how to do it? Thanks for all help. ... 27 Jul 2010 16:09
cannot install MCR run time I am running into a technical problem. Before I can run an exe file compiled by matlab I have to install MCR run time. But my installation cannot be made. My laptop was installed with Vista. The compiler version is 7.9. I have tried to install it on C:/, C:/program file and C:\user\FCS\Documents and none of them worked... 28 Jul 2010 11:51
matlab program i am looking for a Matlab program to use Newmark's Method: Nonlinear Systems to calculate velocity, deflection, forces, etc. from earthquake acceleration input data. ... 27 Jul 2010 11:43
newbie problem a(i,b) = 1; if a=30x3000 (all elements are zero) b=1x30 (elements are such as: 1, 2, 3 ... ... 30) i=1 what will happen in this case I cannot get it. Thanks! ... 27 Jul 2010 11:43
select features i have extracted features from an image i-e SIFT features from this link http://www.cs.ubc.ca/~lowe/keypoints/ now i have features in a matrix. now i want to Firstly Select top most feature (at thr right side of image) and bottom most feature (at the right side of image). than draw a line between these two feature... 27 Jul 2010 12:49
Error building Real-Time Workshop Hi KL, did you get any solution for this? I am facing the same issue and was wondering if you could help! Thanks, Sree "Kingliana " <loeisl(a)yahoo.com> wrote in message <hs18b1$551$1(a)fred.mathworks.com>... Hi everyone, I am using Matlab R2007b and Dspace 1103. After Ctrl-B, i got error msg : ... 9 Aug 2010 11:12
Using eval to dynamically generate global variables Hi, I realise this is a controversial topic containing both EVAL and Globals and having spent an entire day trying to solve it. Essentially I want to be able to dynamically generate global variables from an array. I can quite easily do: eval('global x'); x = 5; which works fine However, say my global variable ... 28 Jul 2010 05:17 |