When Matlab creates a binary file with extension .mat on my Windows 7 (64 bit) computer, Windows declares it in a directory as a „Microsoft Office Access Table Shortcut“. In spite of the fact that Matlab recognizes it properly, such declaration of a normal binary file as a shortcut makes me trouble in handling of files. Please, how can I assign Matlab instead of Microsoft Office Access as default program for .mat files?

link|improve this question
feedback

migrated from serverfault.com Jul 7 '11 at 15:08

This question came from our site for system administrators and desktop support professionals.

3 Answers

Start->Default Programs->Associate a file type or protocol with a program.

link|improve this answer
feedback

Right click an example file.

Choose 'Open With' on the menu then 'Choose Program'.

In the new window, choose MatLab & click the "Always use the selected program to open this kind of file" and click 'Open'.

The program should now be associated..

link|improve this answer
feedback

There's an official utility function from MathWorks that is included in MATLAB itself that will fix this issue. See this MathWorks technical support solution for details.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown