Octave Script Action Tutorial

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen

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:

  • go to the new action's "Schema Tab",
  • select the pins (either via a lasso, or by shift-clicking on the pins),
  • then right-click for the context menu,
  • select "Remove Pins"



Copyright © 2014-2024 eXept Software AG