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

1 vue (au cours des 30 derniers jours)
Charles Godreau
Charles Godreau le 9 Oct 2015
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 commentaire
Kanchibhotla Chandra Sekhar
I am also facing the same issue with windows 10 and matlab 2015b while accessing the underlying java functions using findjobj

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by