Calling Matlab engine from Python fails
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hiya,
I follow the installation process for Matlab engine API explained in:
I use Matlab R2020a, Spyder4(Anaconda3)/Python 3.7 distributions  in my Windows OS.
I managed to install the library in the default folder
C:\Program Files\MATLAB\R2020a\extern\engines\python\build\lib\matlab\engine
But when I run the following command in Spyder
import matlab.engine
it returns an error:
ModuleNotFoundError: No module named 'matlab'
Could anyone please tell me what am doing wrong? 
0 Commenti
Risposte (1)
  Steven Lord
    
      
 il 20 Apr 2020
        That page states "You might need administrator privileges to execute these commands." Do you have administrator privileges?
Vedere anche
Categorie
				Scopri di più su Call MATLAB from Python in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

