java - Undefined function or method 'findjobj' for input arguments of type 'double'. MATLAB -


i trying customize uitable in matlab using java. however, need java handle using findjobj keep getting error:

??? undefined function or method 'findjobj' input arguments of type 'double'.

here code:

     mtable= handles.uitable1;      jscroll=findjobj(mtable);      jtable = mtable.gettable; 

i know passing number such as: handles.datatable = 3.0205

but that's same thing have seen in other posts....i tried passing get(handles.uitable1) gives me similar error saying struc array...

please help!

type which findjobj in command window. return "'findjobj' not found." function findjobj not built-in function. user-contributed function available on mathworks file exchange: findjobj - find java handles of matlab graphic objects.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -