java - Undefined function or method 'findjobj' for input arguments of type 'double'. MATLAB -
this question has answer here:
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
Post a Comment