필터 지우기
필터 지우기

Unrecognized function or variable 'fHG1Client'

조회 수: 3 (최근 30일)
Tenzin Kunkyab
Tenzin Kunkyab 2021년 8월 10일
답변: Walter Roberson 2021년 8월 10일
Hi community,
I am using a code that was written for Matlab 2014 or earlier. I am getting this error "Unrecognized function or variable 'fHG1Client' whenever I run the code. I am sure there is no easy way to convert the code direclty to newever version of matlab but i would like to ask the community if there is a starting point somewhere where I can try ot fix the bug. Following is the piece of code:
jWindow1 = [];
while isempty(jWindow1)
pause(0.001)
jFigPeer = get(handle(gcf),'JavaFrame');
jWindow1 = jFigPeer.fHG1Client.getWindow;
end

채택된 답변

Walter Roberson
Walter Roberson 2021년 8월 10일

추가 답변 (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