Feeds
提问
is it possible to use a fixed-step solver with matlab?
hi, Is it possible to use a fixed-step solver like for example ode3 with matlab? Could anyone say me how can I do? thanks in ...
10 years 前 | 1 个回答 | 1
1
个回答提问
problem in the discretization of vectors
hi! I would like find a solution for this problem. I integrate a function (fun1) in this way [t,x] = ode45(fun1, [0 0.2],...
10 years 前 | 1 个回答 | 0
1
个回答提问
undefined variable in a for cycle
In this script (where function is a law of motion function=function(y,y',t)) I would like to find the response of the system va...
10 years 前 | 1 个回答 | 0
1
个回答提问
control of a script
hi! I wrote this script but i'm not sure if the response can be true, what do you think about it? clc clear all dt=0...
10 years 前 | 1 个回答 | 0
1
个回答提问
problem with an integral
A system obey an equation of motion y''=f(y'(t),y(t),t) but f(y'(t),y(t),t) change as a function of y(t). For example if y>=0...
11 years 前 | 1 个回答 | 0
1
个回答提问
Problem with a function
hi, that's my problem (excuse me I'm a beginner with matlab!) I introduce the input variables in my workspace x=[1;2;3;4];...
11 years 前 | 2 个回答 | 0
