开发者

Implementation of Matlab's uicontrol in Octave?

开发者 https://www.devze.com 2023-01-11 23:18 出处:网络
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.

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!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消