I'm running a python function in Matlab and when I run I got the error:
This application failed to start because it could not find or load the Qt plataform plugin 'windows' in '' '' , Available plugins are: minimal offscreen, windows. Reinstalling the application may fix this problem.
I already followed the steps in this video copying the platform folder to pyqt tools and in this post add to the environment path. If I run my code in python it works fine, It seems that Matlab is not finding the Qt platform plugin 'Windows' Someone can help me, please?