1,852
edits
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. | ||
== 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]] |