- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Cannnot select array variable for...
Page Start Prev 1 Next End
Cannnot select array variable for plotting
Cannnot select array variable for plotting
Sep-15-21 12:57:20
In recent versions of OMEdit, I can not plot arrays, because the variable selector square does not appear.
For example, the following simple model run without trouble and I can plot every x[i] as variable plots, but cannot select the array:
model arraytest
Real x[20](start=ones(20));
equation
der(x)=-3*ones(20).*x;
end arraytest;
I use linux, 1.18.0~dev.beta1-3-g75b5528.
Thanks in advance for your help.
Oscar Duarte
Re: Cannnot select array variable for plotting
Sep-15-21 14:07:14
- adeas
- 454 Posts
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Cannnot select array variable for...
There are 0 guests and 0 other users also viewing this topic