FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
string | sessionID
The unique ID of the used session. |
string | messageID
Shows the order in which the events are routed. |
string | output
The solution of the evaluated expression. |
sequence<string> | outputLines
Matlab's output may contain "\n" sequences to indicate new lines. For example, "z = x + y" may produce "\nz =\n\n 30\n\n". |
boolean | success
A value of false indicates that the session is not running or an internal error with the MATLAB plugin or engine. Note: this will be true even if MATLAB was not able to evaluate the expression. |
string | error
If success = false, error will contain the error message. |
Member detail |
---|
string errorIf success = false, error will contain the error message.
string messageIDShows the order in which the events are routed.
string outputThe solution of the evaluated expression.
sequence<string> outputLinesMatlab's output may contain "\n" sequences to indicate new lines. For example, "z = x + y" may produce "\nz =\n\n 30\n\n".
string sessionIDThe unique ID of the used session.
boolean successA value of false indicates that the session is not running or an internal error with the MATLAB plugin or engine. Note: this will be true even if MATLAB was not able to evaluate the expression.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |