Octave Script Action Tutorial: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Cg (Diskussion | Beiträge) Die Seite wurde neu angelegt: „== Introduction == GNU Octave is a language interpreter with a Matlab compatible interface (almost - not the full Matlab functionality is available, but a rea…“ |
Cg (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
Click on "''New Octave Action''" in the project's tree menu: |
Click on "''New Octave Action''" in the project's tree menu: |
||
[[Datei:Menu new octave action.png|mini]] |
[[Datei:Menu new octave action.png|mini]] |
||
The new created action will have a number of automatically created input and output pins, |
|||
which we will not need in this example (these pins and their functions will be described later). So those should first be deleted: |
|||
Version vom 2. September 2021, 10:06 Uhr
Introduction
GNU Octave is a language interpreter with a Matlab compatible interface (almost - not the full Matlab functionality is available, but a reasonable subset).
Example Session1: Display a Graph of a Function
Click on "New Octave Action" in the project's tree menu:

The new created action will have a number of automatically created input and output pins, which we will not need in this example (these pins and their functions will be described later). So those should first be deleted: