First
|
Prev |
Next
|
Last
Pages: 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281
imaqregister - for current user only? Hello, when performing a "imaqregister('path to adaptor')" will this registration be done for the current user only or for all users on the system? Will be this adaptor be enabled for other users - logging in later - too? Thanks, Ulf-Erik Walter ... 13 Jul 2010 09:46
uicontrol callback i want to make GUI using uicontrol that adds , subtracts , multiplies , divides two numbers , but it give me Undefined function or variable 'pushbutton_callback' Error while evaluating uicontrol Callback please correct it ------------------------------------------------------------------------------------------... 13 Jul 2010 11:59
Least squares with ill-conditioned mxn matrix Hi, I'm trying to make a function where I somewhere use least squares with the command: b = pinv(A) * B I already know the true b vector and the estimated A matrix is the same as the true A matrix but some results of the estimated b are far away from the true. A is a very ill-conditioned matrix (rcond(A) gives me n... 15 Jul 2010 04:28
Solving linear programming equations using linprog Hi, I'm implementing an Call Admission Control algorithm using Markov Decision Processes. In the end I have to maximize the following objective function: Maximize: sum_x(sum_a(T(x,a)r(x,a)H(x,a))), where H is feasible CAC policy Subject to: sum_x(sum_a(T(x,a)H(x,a))) = 1; sum_a(H(y,a)) = sum_x(sum_a( P(y|x... 13 Jul 2010 07:36
Save a plot in A3 size Hello i have a matlab script making some plots, i would like to save them in A3 size but i don't know how i could do this. My command for saving is the follow figure1 = figure; %create plot saveas(figure1,'filename.png'); I have also used the following without success figure1 = figure('PaperType','A3'... 13 Jul 2010 10:52
Creating mesh and using contourf for temperature Hi all I wrote a matlab code to find 2D temperature distribution in a plate that is 0.4m wide by 0.7m tall. There are 40 nodes all together. I used the energy balance method and determined the temperature on each node using the matrix inversion method. Now I have temperature of each of the 40 nodes in T, and wish to... 20 Jul 2010 03:45
Creating mesh and using contourf for temperature Hi all I wrote a matlab code to find 2D temperature distribution in a plate that is 0.4m wide by 0.7m tall. There are 40 nodes all together. I used the energy balance method and determined the temperature on each node using the matrix inversion method. Now I have temperature of each of the 40 nodes in T, and wish to... 13 Jul 2010 07:36
Possible Issue with Jan Simon's "Shuffle" Program Hi Everyone, I have applied Jan Simon's "Shuffle" program in a simulation I am working on right now. Part of the simulation is a loop n times, where at each loop a random order of x numbers is supposed to be generated. But, I have noticed something, which I wonder if others, ideally Jan, can clear up: For a given... 14 Jul 2010 19:49
simulink subsystem address "not valid" I'm trying to use the "set_params" function to alter the value in a gain block in simulink. I've read it won't work unless I load the model first, so I'm trying to use the "load_system" function now. When I have this subsystem open in simulink, the file address at the top of the window reads something like: ... 13 Jul 2010 19:43
Matlab 7.0 R14 problem in Windows 7 64-bit Hi all, Does anyone know how to fix this problem. Matlab 7.0 R14 installed fine on Windows 7 64-bit, but when I start Matlab it opens, but then closes down after 1 second or so. My processor is Phenom II X6 X1055T 2.8 GHz. Thx for Ur help if U know, Kaare ... 14 Jul 2010 10:57 |