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

Plot workspace variables

Plot workspace variables

When working with OMShell, you can define variables and use common functions in a similar format as other high-level languages, e.g.

Code:


x := -3:0.1:3;
y := tan(x);

Is it possible to plot these "on the fly" ?

Edited by: C1Ron - Jul-11-19 11:32:25
There are 0 guests and 0 other users also viewing this topic