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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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...
10년 초과 전 | 답변 수: 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];...
10년 초과 전 | 답변 수: 2 | 0
