when I open already existing M file in MATLAB I get error using open(line146) failed to open MATLAB editor
이전 댓글 표시

댓글 수: 3
Steven Lord
2021년 11월 5일
Which release are you using?
How are you trying to open the file? Do you call edit followed by the name of the file? Do you use the Open button on the Editor tab of the Toolstrip? Do you double-click the file in Windows Explorer?
What happens if you try one of the other methods I mentioned (if you tried calling edit instead try the Open button and vice versa)?
Assen Beshr
2021년 11월 6일
per isakson
2021년 11월 6일
Could it be that some SettingsGroup property (used by edit() ) by mistake was assigned an inappropriate value?
답변 (1개)
Steven Lord
2021년 11월 6일
Let's make sure you're using the settings function included with MATLAB as MATLAB expects. What does this command show?
which -all settings
댓글 수: 3
Assen Beshr
2021년 11월 7일
Steven Lord
2021년 11월 7일
The settings.m in toolbox/psat does not behave like the settings function included in MATLAB does. Remove toolbox/psat from your MATLAB path and ask the authors of that toolbox to update the toolbox so it does not include this function that conflicts with the settings function in toolbox\matlab\configtools.
Assen Beshr
2021년 11월 9일
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

