Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Cannnot select array variable for plotting

Cannnot select array variable for plotting

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

This issue is already fixed in https://github.com/OpenModelica/OpenMod … 9f0b275d57

Adeel.

There are 0 guests and 0 other users also viewing this topic
You are here: