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

1 次查看(过去 30 天)
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?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by