I have a problem with opening own simulink files
8 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm using Matlab 2014b and can not open my own simulink models. E.g. I create a new simulink model, add an "Add" block to this model, save it (as untitled.slx) and close this simulink window. When I try to open this model again, I get following error.
Error using open (line 162)
fl:filesystem:PathNotFound
But I can open this model easily with an older Matlab version (e.g. Matlab 2014a).
Is this an Matlab 2014b bug? How can I fix it?
0 个评论
回答(3 个)
Vinod Sudheesh
2015-6-8
Hello Christoph,
1) In which location have you installed MATLAB 8.4 (R2014b)? It is on a permanent drive or on any mounted drive?
2) Do you get any error while launching the Simulink library?
3) If you place the Simulink model in your "Desktop" folder and try to open the same, do you still get this error?
Vinod
0 个评论
LMS Solution
2016-6-5
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/partDefHmi
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 open (line 158) feval(openAction,fullpath);
Error in uiopen (line 167) open(fn);
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 DAStudio.warning (line 28) Simulink.output.warning({warnId, varargin{:}});
Error in slxPackager/partDefHmi
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 open (line 158) feval(openAction,fullpath);
Error in uiopen (line 167) open(fn);
i am geeting this type of error while opening muy simulink file and it didnot run on matlab 2015. can any one give me the idea for this problem
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!