- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » variables values
Page Start Prev 1 Next End
variables values
variables values
May-03-20 00:55:44
I want to recover the values of x for each time instant (t) in a vector, in the example below.
for example t=0:0.1:5;
can any one help me please?
Code:
model test_ode
Real x;
Real y;
initial equation
x=0;
equation
y=time ;
der(x)=3*exp(-y);
end test_ode;
Edited by: Abderezakabidi - May-03-20 01:02:08
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » variables values
There are 0 guests and 0 other users also viewing this topic