The visibility of the Matlab command window.
[Visual Basic] Public Property Visible As Boolean [C#] public bool Visible { get; set; } [C++] public: __property bool get_Visible(); public: __property void set_Visible(bool ); [JScript] public function get Visible() : bool public function set Visible(bool);
True to show the window, false to hide it.
Exception Type | Condition |
---|---|
MatlabUnspecifiedException | Thrown when Matlab returns an error on attempting to get the visibility of the Matlab window. |