I did not know about the gui capabilities of Octave - some old gui programs I had made with GUIDE on Matlab more than a decade ago had refused to run, so I thought it did not have that capability. But now I see that I only have to avoid nested functions - ie. sub-functions inside another function.
https://stackoverflow.com/questions/47298509/how-to-manually-convert-matlab-guide-gui-code-to-octave-ui-components
https://stackoverflow.com/questions/43519040/how-to-code-a-slider-in-octave-to-have-interactive-plot/43536882#43536882
A nice example -
https://github.com/octave-de/macgyver_utils/blob/master/demo_uicontrol.m
On Matlab, gui creation guide,
https://in.mathworks.com/videos/creating-a-gui-with-guide-68979.html
https://stackoverflow.com/questions/47298509/how-to-manually-convert-matlab-guide-gui-code-to-octave-ui-components
https://stackoverflow.com/questions/43519040/how-to-code-a-slider-in-octave-to-have-interactive-plot/43536882#43536882
A nice example -
https://github.com/octave-de/macgyver_utils/blob/master/demo_uicontrol.m
On Matlab, gui creation guide,
https://in.mathworks.com/videos/creating-a-gui-with-guide-68979.html
No comments:
Post a Comment