Lydos.Matlab

Engine.Result Property

The string result from the last evaluated string.

[Visual Basic]
Public Property ReadOnly Result As String
[C#]
public string Result { get; }
[C++]
public: __property String* get_Result();
[JScript]
public function get Result() : String

Property Value

The string result generated by Matlab from the last evaluated string.

See Also

Engine Class | Lydos.Matlab Namespace