Feeds
提问
Evaluating an integral with symbolic integral limits
Hi, This is my code: syms s y0 result = int( ((1+s)/(((1+s)^3-(1+y0)^3)/3 - ((1+s)^2-(1+y0)^2)/2)^0.5), s, y0, ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Stiffness ratio for odes
Hi, I had a general query related to calculation of stiffness ratio evolution for a set of coupled odes over a certain time i...
12 years 前 | 0 个回答 | 0
0
个回答提问
Repeating a loop/iteration in a for loop (for adaptive time stepping)
Hi, I am trying to write a code for adaptive time stepping using the explicit euler method. I was wondering if there is a ...
12 years 前 | 0 个回答 | 0
0
个回答提问
Jacobian matrix evaluation doubt!
Is there a way to evaluate a jacobian matrix having symbolic variables that change with every time step? Here is the code that ...
12 years 前 | 0 个回答 | 0
0
个回答提问
Legendre polynomials plot help
Hi, I need to plot the first 5 legendre polynomials. I have managed to get the expressions by writing a code for it. >>...
12 years 前 | 1 个回答 | 0
1
个回答提问
How do I use a timeseries data in simulink
Hi, I am using Matlab R2011a version. I want to use a wind speed data in simulink. The data file is a .mat file consisting of w...
12 years 前 | 0 个回答 | 0
