| 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 error
If success = false, error will contain the error message.
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".
string sessionID
The unique ID of the used session.
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.
| FRAMES NO FRAMES | |||||||
| |||||||
| SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION | ||||||