As anyone encoutered problems using findjobj with windows 10 and R2015b?

1 view (last 30 days)
Calling findjobj on a windows 7 machine with Matlab R2015b, I get the following :
>> hTable = uitable;
>> jScroll = findjobj(hTable)
jScroll = javahandle_withcallbacks.com.mathworks.hg.peer.utils.UIScrollPane
On a windows 10 machine with Matlab R2015b I get :
>> hTable = uitable;
>> jScroll = findjobj(hTable)
jScroll =
handle: 1-by-0
The java object is not recovered...
As anyone been facing this issue?
If so, have you found the cause?
  1 Comment
Kanchibhotla Chandra Sekhar
I am also facing the same issue with windows 10 and matlab 2015b while accessing the underlying java functions using findjobj

Sign in to comment.

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!