MATLAB R2020a on macOS is unable to select/open data files

3 Ansichten (letzte 30 Tage)
Aditya Singh
Aditya Singh am 20 Jun. 2020
Beantwortet: Satwik am 20 Sep. 2024
I am using MATLAB R2020a on macOS and when I try to select txt/dat data files to analyse it, MATLAB is unable to select dat/txt files (black region). See attached screenshot. I click on particular file but it does not select and I can not open it. See red marked region, "open" option in mac is also not working unlike "cancel"
Mac details: macOS catalina, version 10.15.5
  2 Kommentare
Steinar Bråten
Steinar Bråten am 8 Mär. 2021
I have the same problem on a Mac Mini M1!
And therefor no alternative Matlab version either!

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Satwik
Satwik am 20 Sep. 2024
Hi Aditya,
I encountered a similar issue when trying to access non-MATLAB files on macOS using MATLAB. Although I am not entirely sure of the cause, here are two workarounds that might help:
1. Use the ‘uigetfile’ function with a wildcard input. This will display all file types, and they will all be selectable:
>> uigetfile('*.*');
2. When saving your data file, append ‘.m’ to the end of the filename (e.g., fileName.txt.m). This makes it selectable in the file dialog, and MATLAB should be able to process it as usual.
Hope this helps!

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by