Difference between revisions of "Dynamo console"
Jump to navigation
Jump to search
(Created page with "The ''Dynamo'' console is a device that substitutes the Matlab command line when you are using an standalone version of ''Dynamo''. ==Activatin...") |
|||
| Line 4: | Line 4: | ||
==Activating the console== | ==Activating the console== | ||
| − | The console can be invoked in a Linux shell | + | The console can be invoked in a Linux shell that has been [[standalone#Activating the standalone|activated]] to work with the [[standalone]] version. In such a shell, you can write |
| + | |||
| + | <tt> | ||
| + | dynamo x | ||
| + | </tt> | ||
| + | |||
| + | and after some more or less long waiting, you will get a console with the prompt: | ||
| + | |||
| + | <tt> | ||
| + | Dynamo >> | ||
| + | </> | ||
| + | |||
| + | This console has almost the same syntax as the ''Dynamo'' matlab commands. | ||
Revision as of 16:21, 29 April 2016
The Dynamo console is a device that substitutes the Matlab command line when you are using an standalone version of Dynamo.
Activating the console
The console can be invoked in a Linux shell that has been activated to work with the standalone version. In such a shell, you can write
dynamo x
and after some more or less long waiting, you will get a console with the prompt:
Dynamo >> </>
This console has almost the same syntax as the Dynamo matlab commands.