Restore MATLAB file association after reinstalling the system

Source: Internet
Author: User
Restore MATLAB file association after reinstalling the system

After the system is reinstalled, if the MATLAB installation target is not activated, the MATLAB does not need to be re-installed. (For the same reason, you can move the MATLAB installation target)

Just re-associate the Matlab-related files.

Run the following command in the MATLAB command window.


CWD = PWD;
CD ([maid/toolbox/Matlab/winfun/private]);
Fileassoc ('add ',{'. m ','. mat ','. fig ','. P ','. mdl ',['. 'mext]}); % highlights
CD (CWD );
Disp ('changed Windows File Associations. Fig, M, mat, MDL, MEX, andp files are now associated with MATLAB .')

Or

1. Open MATLAB and run help
2. search utility to change Windows File Associations in the Help window.
3. Find the corresponding description of utility to change Windows File Associations.
4. Click the desired file association.

 

From: http://www.eefocus.com/czzheng/blog/10-01/183657_c7e69.html


For more information, see the help documentation of MATLAB:

Starting the MATLAB program on Windows platforms->
Associating files with Matlab on Windows Platforms

Http://www.mathworks.es/help/techdoc/matlab_env/f8-8880.html#f8-28791

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.