Error using fminsearch: No class * can be located on Java class path

조회 수: 1 (최근 30일)
Martin Chavez
Martin Chavez 2014년 4월 23일
답변: Martin Chavez 2014년 4월 23일
Hello,
I'm experiencing some problems when executing fminserach with R2012a 32 bits. Always when I use the plotting option @optimplotfval the function crashes with the following error:
  • Error using javaMethodEDT
  • No class com.mathworks.toolbox.optim.OptimGUI can be located on Java class path
  • Error in callAllOptimPlotFcns (line 78)
  • optimtoolGui =
  • javaMethodEDT('getOptimGUI','com.mathworks.toolbox.optim.OptimGUI');
The problem appears also when trying to do the example in the documentation with the function onehump (you can search for this in the help). The error is new to me (it worked before) and one colleague with a different computers gets it too.
I hope you can help me on solving this problem.
Bye Dr. Martin Chavez

답변 (2개)

Alan Weiss
Alan Weiss 2014년 4월 23일
This code works for me:
x = fminsearch(@(x)sin(x(1))*cos(x(2)),[-2,1],optimset('PlotFcns',@optimplotfval))
x =
-1.5708 0.0000
Perhaps you should call
rehash toolboxcache
If the problem persists, I suggest that you contact technical support.
Alan Weiss
MATLAB mathematical toolbox documentation

Martin Chavez
Martin Chavez 2014년 4월 23일
Hi Alan,
Thanks four your help but this did not wor for me. I get exactly the same error.
Bye, Martin Chavez

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by