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
True if expression was evaluated successfully. |
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 successTrue if expression was evaluated successfully.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |