前页 后页

求解器控制台

Solver控制台是一个易于访问且易于使用的编辑器,主要用于管理MATLAB,Octave和其他求解器,更一般而言,用于创建和维护其他用JavaScript编写的脚本。

访问

色带

模拟>控制台>解算器> MATLAB

模拟>控制台>解算器>八度

用法

The Console accepts single line Javascript commands that will be executed one at a time. Enter new commands in the bottom text-entry section and press the Enter key to execute the command.

A command line interface for Javascript consoles

The executed command will be added to the main output panel, as well as any output from the command.

The chosen Solver is set automatically to one of these:

MATLAB:

     var matlab = new Solver("matlab");

Octave:

     var octave = new Solver("octave");

The Solvers can then be accessed using the Solver Class functions; for example, matlab.exec(<function>, <parameters>).

A list of previous commands can be shown by pressing the Up Arrow or Down Arrow keys.