Implementation of Matlab's uicontrol in Octave?

徘徊边缘 提交于 2019-12-13 12:38:51

问题


I am trying to run the .m Matlab code of a graphics program used in our lab in Octave. Octave tells me there is no definition of the function "uicontrol", which is used in the code.

After some searching, I read that the package JHandles has an implementation of the "uicontrol" GUI function. However, I can't find jhandles anywhere. Therefore:

  1. Can someone tell me how to get the jhandles package and get it running in my copy of Octave, installed in Mac OS X 10.6?

OR

  1. Is there another implementation of "uicontrol" in another library/package in Octave?

Thanks!


回答1:


Currently looking for the same thing.
Only found the following so far:
-jhandles (available from the octave sourceforge page apparently): http://www.gnu.org/software/octave/FAQ.html#MATLAB-compatibility
-octawrap: http://octawrap.sourceforge.net/

Haven't tested any of them yet.



来源:https://stackoverflow.com/questions/3516747/implementation-of-matlabs-uicontrol-in-octave

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!