Opening .mat file after installing Matlab Runtime
Ältere Kommentare anzeigen
I recently installed the Matlab Runtime R2022a on my Windows 10 machine.
I would like to change the default app for opening .mat files from access to matlab but I am not sure how to locate the executable file even though I know where my Runtime was installed.
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 28 Jul. 2022
0 Stimmen
I'm not sure I understand. The runtime library is used when you get a MATLAB program that has been compiled into a standalone executable and you want to run their program without having the full MATLAB IDE desktop version. You should know where the program lives - the one that you want to open your .mat file with. Moreover, if you're going to double click the .mat file and expect it to open their program, then they must have programmed it to expect a file coming in via the command line. If they didn't, and you defined the .mat file to launch their program, then it will just launch their program but not read in your .mat file automatically.
3 Kommentare
Ash
am 28 Jul. 2022
Image Analyst
am 28 Jul. 2022
What does "look at it" mean? You can open it in Notepad if you want. Or many editor programs that can display the image as characters or hexadecimal numbers. But how will that help you?
Ash
am 28 Jul. 2022
Kategorien
Mehr zu C Shared Library Integration finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!