Does selecting/opening files work differently on different operating systems?
4 次查看(过去 30 天)
显示 更早的评论
The author of a Matlab .m file gave me a copy of it to try out. After it's launched, one of the first steps in using the app is to select a .txt file to open and process.
The author wrote it in Matlab on a Windows 10 system. When I run it in Matlab R2019b in macOS 10.15.7, selecting and opening the .txt file doesn't work as expected. The steps are:
-- Click on an "Open" button in the Matlab app's window
-- When a file directory pane appears, change the selection parameters from "All MATLAB files" to "All Files *.*"
-- Select the .txt file and proceed
The problem I'm having is that, after I change the selection parameters to "All Files" as noted above, the .txt file remains grayed out and cannot be selected.
So I'm trying to eliminate possible causes. Does this sound like something that could behave differently in Windows and Mac systems? I thought Matlab was pretty OS-blind. Or are there any other suggestions for possible solutions?
4 个评论
Andrew Engell
2021-9-26
I am having this issue as well. Editor will open the file if the command is written out in the command window (e.g., edit file.txt), but the file cannot be opend from the file dialog. It'd be great to get an update seeing as the issue has not been addressed in a year.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Search Path 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!