Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Simulink Model opens and can save, but nothing more

조회 수: 4 (최근 30일)
Elijah Selby
Elijah Selby 2018년 1월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
Simulink will open up without issue, I can choose from the templates for what I want to create. However, past that, the program is unable to perform any function. All buttons and options are grey and cannot be clicked, rendering simulink completely useless. I have R2017a - Student Use

답변 (1개)

Gaurav Phatnani
Gaurav Phatnani 2018년 2월 1일
To resolve this issue, we need to set the correct TEMP path in Environment Variable of Windows, and it can be done by following ways -
1. Set the Windows Environment Variable TEMP to the correct path - C:\Users\%USERPROFILE%\AppData\Local\Temp.
Please refer to the following Windows documentation link for the details on how to change Windows Environment variables. https://support.microsoft.com/en-us/help/310519/how-to-manage-environment-variables-in-windows-xp
2. Please set the correct TEMP path in MATLAB as well by including the following command to the 'startup.m' file -
>> setenv('TEMP', '%USERPROFILE%\AppData\Local\Temp')
This should set the TEMP variable's path correctly in the Windows and MATLAB both, and resolve the discrepancy in the paths which was causing that error.

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by