Update OctaveInterface.md

This commit is contained in:
Jacob Støren 2013-10-24 16:29:34 +02:00
parent c42007c5af
commit 928e7f80fc

View File

@ -1,9 +1,9 @@
## Octave Interface
ResInsight provides a flexible interface to [Octave](http://www.gnu.org/software/octave/ "Octave").
This includes a set of Octave functions that communicates with a running ResInsight session, and set of features in ResInsight that makes it easy to manage and edit Octave scripts, and to execute them using Octave.
This includes a set of Octave functions that communicates with a running ResInsight session, features in ResInsight that makes it easy to manage and edit Octave scripts, and their execution using Octave.
The octave functions are documented in [ Octave Interface Reference](OctaveInterfaceReference.md)
The Octave functions are documented in [ Octave Interface Reference](OctaveInterfaceReference.md).
### Script management
@ -24,7 +24,7 @@ To enable script editing from ResInsight you need to set up the path to a text e
When done, scripts can be edited using the context menu command **Edit** on the script item in the tree.
### Script execution
Octave scripts can be executed with or without a selection of cases as context. The [ Octave Interface Reference](OctaveInterfaceReference.md) highlights in more depth how to design your octave scripts to utilize these features.
Octave scripts can be executed with or without a selection of cases as context. The [ Octave Interface Reference](OctaveInterfaceReference.md) highlights in more depth how to design your Octave scripts to utilize these features.
#### Without a case selection
A script can be started by navigating to the script in the **Project Tree**, and selecting **Execute** from the context menu. The currently active case (The one with the active 3D View) will then be set as ResInsight's *Current Case*.