Numerics,and a block diagram
Scilab's console and Xcos, on an Ubuntu desktop of your own.Compute in the language, or draw the system and simulate it.
$ dxflow workflow create --identity scilab hub://scilab --start --link
A console,and a canvas
Scilab is the language; Xcos is the same maths as blocks and wires.
Matrices, signal processing, control design and optimization, interactively.
Model a dynamic system as blocks, then simulate it without writing the loop.
Plots export to the volume, so the next run starts from the last result.
Every defaultis one override away
The session reads its settings from the environment, so you set them on the start line.
$ dxflow workflow start scilab --override env.app.VNC_PASSWORD=something-long
$ dxflow workflow start scilab --override env.app.PANEL=show --link
The consolefills the screen
Streamed to your browser, with Scilab already maximized.
Xcos opensits own windows
The console is maximized, but the block-diagram modeller does not stay inside it.
A diagram, a palette and a scope are three windows. PANEL=show gives you the decorations to move between them.
Void has no Scilab package, so this entry sits on the Ubuntu desktop rather than the usual smaller base.
Keep your sce files, diagrams and exported figures under /volume and the next start picks them up.
Pulled once,then it stays
Scilab arrives as one image. This is what comes down the first time, and what the disk should have free for it.
What it wants,and what it needs
The definition asks for 4 cores and 8 GB. The image comes up on less than that, and a start given --fit trims the ask to whatever the machine actually has.
Machines that fit it
Scilab asks for 4 cores and 8 GB. Cheapest first.