2017-01-19 61 views
0

我目前正在使用matlab 2016a,當我嘗試打開我的simulink項目時遇到了此錯誤。 環境變量也一直變化,根據這些步驟,但仍然沒有解決:使用連接器的錯誤Simulink

設置Enviornment變量:JAVA_TOOL_OPTION到-Djava.net.preferIPv4Stack =真。 重置計算機來啓用改變

Error using connector.ensureServiceOn 
    Error starting MATLAB Connector. Please check that port 31515 is available. 

    Error in slmsgviewer 

    Error in slmsgviewer/PersistentInstance 

    Error in slmsgviewer.processRecord 

    Error in slxPackager/registerHandler 

    Error in slxPackager/executeLoadCallbacks 

    Error in slprivate (line 11) 
     [varargout{1:nargout}] = feval(function_name, varargin{1:end}); 

    Error in openmdl (line 12) 
     evalin('base', ['open_system(''' strrep(filename, '''','''''') ''');']); 

    Error in openslx (line 9) 
    out = openmdl(filename); 

    Error in open (line 158) 
       feval(openAction,fullpath); 

    Error in uiopen (line 167) 
       open(fn); 

的解決方案請諮詢。

回答

0

發生這種情況時,MATLAB被阻止MATLAB連接到Internet的防火牆阻止。 MATLAB在刺激過程中使用Internet。只是從防火牆中排除它,然後你去。不會有錯誤。