First
|
Prev |
Next
|
Last
Pages: 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579
solving ode..with error of ode15s at 686 please see my code below function dx=newq3(t,x) q1=x(1);q2=x(2);q3=x(3);q4=x(4);q5=x(5);q6=x(6);th=x(7);dq1=x(8);dq2=x(9);dq3=x(10);dq4=x(11);dq5=x(12);dq6=x(13);dth=x(14);p=x(15);v=x(16); uv=10;C=8.88e-13;R=2*1.23e10; M=1.88;J=.934;L=1.22;b=.114;d=.326;g=1.21;Ap=2.55e-4; wb1=70.4;Kv=1.54e6;tv=.003; al=[3.92 7.... 2 Jun 2010 04:23
Free project management software- try free demo Free Project Management Software Get it Now !!!! Try it today Project management software by launched http://www.project-drive.com, visit project drive for FREE PROJECT MANAGEMENT SOGYWARR For free account go to h... 2 Jun 2010 03:19
Free project management software- try free demo Free Project Management Software Get it Now !!!! Try it today Project management software by launched http://www.project-drive.com, visit project drive for FREE PROJECT MANAGEMENT SOGYWARR For free account go to h... 2 Jun 2010 03:19
Free project management software- try free demo Free Project Management Software Get it Now !!!! Try it today Project management software by launched http://www.project-drive.com, visit project drive for FREE PROJECT MANAGEMENT SOGYWARR For free account go to h... 2 Jun 2010 03:19
need help with code to convert yuv sequences to a mat file I am trying to use the code below to convert yuv sequences into a single matlab video file. but when i run the code it shows error "Invalid file identifier". can someone please point out the mistake it would be a great help. clear; %*************** for i=1:150 i indx=num2str(i,'%11.3d'); fid = fopen... 14 Jun 2010 00:51
Free project management software- try free demo Free Project Management Software Get it Now !!!! Try it today Project management software by launched http://www.project-drive.com, visit project drive for FREE PROJECT MANAGEMENT SOGYWARR For free account go to h... 2 Jun 2010 03:19
concatenate arrays in structures I have a series of four-level deep structures. The series contains 8-16 such elements, each ofwhich has thousands of level-four fields so some efficiency would be desirable. At the fifth level are two arrays. Each element of the series has the same fields to the fourth level and the same two array names at the fifth ... 2 Jun 2010 05:28
Questions on shared library in Mac I have been learning "MATLAB Interface to Shared Libraries" in External Interfaces. To get better understanding, I compiled the shrlibsample.c in "matlabroot//MATLAB_R2010a.app/extern/examples/shrlib/" in the MATLAB with mex function as follows: mex shrlibsample.c Then, I could have "shrlibsample.mexmaci64" as ... 2 Jun 2010 01:10
wavelet based foreacasting Dear Sir, I am working with forecasting using wavelets. The problem i am facing is with the boundary distortion. Since, the wavelet decomposition requires the futures values for calculating the coeff at time 't'. But at the end there is no availability of future data. If I use a causal filter then again the there ... 2 Jun 2010 01:10 |