First
|
Prev |
Next
|
Last
Pages: 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358
quick plot daily trend line from hourly database without reshape function? Hi - I'm wondering that there are some trick about plotting daily time-step trend line from hourly time-step database without a reshape function. Any tips? Thanks, Michael ... 2 Feb 2010 15:27
Using 'anovan' with repeated measures In my message above, the subject numbers should have been fully crossed with the different conditions. In the example below, there are two subjects in each condition (numbers 11, 12, 21, and 22) who underwent all levels of treatments A and B. The columns are Condition, Treatment A, Treatment B, and Subject: variable... 18 Feb 2010 17:20
Problem with angles of revolutional joints of a robot in simmechanics Could you tell me how you stop your simulation when you reach a joint limit? I would like to do the same thing. Thank you. Sincerely, Daniel R University of Delaware ... 8 Feb 2010 08:52
Seeking Quant Matlab Developers - Investment Management - London,UK Hi all, A leading privately held investment manager is seeking Quantitative (MATLAB) Developers, to build the MATLAB capability within the team. This would involve introducing the MATLAB technology to their current team and there are currently 3 vacancies open, all with an EXCELLENT salary package: (1) Senior Qua... 2 Feb 2010 15:27
Regarding a problem when using GARCHSET "Oscar LAI" <oscar_lai_s_k(a)yahoo.com.hk> wrote in message <hk7378$li9$1(a)fred.mathworks.com>... Hi everyone, I had a problem using the function garchset when running an OLS regression. My code is: A = xlsread('public.xls'); spec = garchset('P',0,'Q',0,'C',0,... 'Regress',1.2,... ... 2 Feb 2010 15:27
How to get State Space from Differential Equations ? Hi, is there any command like the Diffequation command in Maple which takes n diff. equations and the input variable and output variable and gives the state space model. ? Thanks in advance ... 2 Feb 2010 15:27
Regarding a problem when using GARCHSET Hi everyone, can somebody help me out with this problem? my coding is : A = xlsread('public.xls'); spec = garchset('P',0,'Q',0,'C',0,... 'Regress',1.2,... 'K',0.00015,... 'Display','off') strm = RandStream('mt19937ar','Seed',2269); RandStream.setDefaul... 2 Feb 2010 15:26
how to insert data quickly into mysql table Dear all, I am trying to trasfer data in text file into mysql database table by matlab database toolbox. I have 1 204 709 records in my text file. The data can be loaded into matlab workspace very quickly with textscan function, however, the speed is very slow with fastinsert function, which takes 1920 seconds, or... 2 Feb 2010 15:26
Problem Sending UDP with pnet I use Matlab R14 and try to send Strings with pnet, because it is usable also with Matlab.exe -nojvm. if it was usable - My problem: I can send things to the localhost pnet('closeall'); udpsock=pnet('udpsocket',3333); while 1, len=pnet(udpsock,'readpacket',[100],'noblock'); pnet(udpsock,'write','ET_REC'); ... 2 Feb 2010 15:26
Simulink: move between levels programmatically hi everyone, I have written a M-function which needs that the model, to which the function is applied, is always at its top most level, how can I move between levels in a simulink model? At least how can I select the top most level of a model programmatically? Thank you everyone Igor ... 2 Feb 2010 15:26 |