Uicontrols: Difference between revisions

16 bytes added ,  19 October 2020
Use MediaWiki default "See also".
m (→‎uicontrols: Build a GUI in GNU Octave: Use syntax highlighter.)
(Use MediaWiki default "See also".)
Line 2: Line 2:


You have to use the "qt" graphics toolkit (default since 4.0). For the best results GNU Octave version >= 4.2.x should be used.
You have to use the "qt" graphics toolkit (default since 4.0). For the best results GNU Octave version >= 4.2.x should be used.
== Resources ==
* https://www.gnu.org/software/octave/doc/interpreter/GUI-Development.html


== Examples ==
== Examples ==
Line 255: Line 251:
update_plot (gcf, true);
update_plot (gcf, true);
</syntaxhighlight>}}
</syntaxhighlight>}}
== See also ==
* [https://octave.org/doc/v5.2.0/GUI-Development.html GNU Octave manual -- GUI Development]


[[Category:Examples]]
[[Category:Examples]]