I can't install MATLAB R2012a on Win7 x64

2 views (last 30 days)
Hello every one I'm trying to install Matlab 2012a on my Win7 x64. I have installed SDK7.1, VC++2010 and .NET Framework, however in every time the following notification is displayed at the end of the installation and the Matlab does not start properly (the Matlab doesn't creat startup menu icon group, doesn't put a shourcut on the desktop, etc):
Your installation may require additional configuration steps.
1. The following products require a supported compiler: MATLAB Compiler 4.17 MATLAB Builder NE 4.1.1 MATLAB Builder JA 2.2.4 MATLAB Builder EX 2.2 Stateflow 7.9 Simulink Coder 8.2 xPC Target 5.2 MATLAB Coder 2.2 2. Simulink requires a C compiler for simulation acceleration, model reference, and MATLAB Function Block capabilities. It is recommended that you install a supported compiler on your machine. 3. To accelerate computations with the following products, a supported compiler is required: SimBiology 4.1 Fixed-Point Toolbox 3.5 4. To configure Real-Time Windows Target you must type rtwintgt -setup in a MATLAB command window. 5. After this installation is complete, you should continue with your configuration of the MATLAB Distributed Computing Server as outlined in the instructions obtained from www.mathworks.com/distconfig.
What can I do? Please, help me!

Accepted Answer

Walter Roberson
Walter Roberson on 24 Dec 2012
Those messages are advice. MATLAB installation does not check whether you have a supported compiler or not: it just tells you that you might have to install one.
Does MATLAB start up if you find the .exe for it and launch that?
  1 Comment
Luis Enrique
Luis Enrique on 2 Jan 2013
Thanks for your explanations. I ran matlab.exe and to activate the software.

Sign in to comment.

More Answers (1)

Image Analyst
Image Analyst on 24 Dec 2012
Edited: Image Analyst on 24 Dec 2012
Run "mcc -setup" and "mex -setup" and answer the questions about which compiler to use and then you should be okay. If that doesn't work, see the FAQ: http://matlab.wikia.com/wiki/FAQ#During_installation.2C_MATLAB_crashes.2C_hangs.2C_gives_an_error_message_or_otherwise_does_not_install_correctly.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!