error for "arm_corte​x_a:dsp_ar​mcortexa_t​emplate"

조회 수: 3 (최근 30일)
Yaser Arafat
Yaser Arafat 2016년 10월 22일
답변: RAJENDRA Choudhary 2018년 3월 6일
When I type simulink on MATLAB command prompt, I am getting following message. Please help what it is and how it can be resolved. Warning: Failed to open message catalog "arm_cortex_a:dsp_armcortexa_template" > In sltemplate.internal.TemplateInfoCache/get In sltemplate.internal.Registrar.getTemplateInfo In sltemplate.internal.Registrar/findValidPathTemplates In sltemplate.internal.Registrar/refreshRegistry In sltemplate.internal.Registrar.refresh In sltemplate.internal.GalleryController/showDialog In sltemplate.ui.Gallery.show In sltemplate.ui.Gallery.showCustomView In sltemplate.ui.StartPage>@()sltemplate.ui.Gallery.showCustomView('Start',varargin{:}) In sltemplate.ui.StartPage/showStartPageFallback In sltemplate.ui.StartPage.show

채택된 답변

Gowtham Uma M Jaganathan
Gowtham Uma M Jaganathan 2016년 10월 27일
편집: Gowtham Uma M Jaganathan 2016년 10월 27일
My understanding is that you are getting a warning message when you try to open Simulink. This may have happened because support package would have change some settings in Simulink. Try the steps below to update some of the settings.
1. Execute the following command on MATLAB command prompt. This command refreshes the Simulink menu and dialog customizations. Please restart Simulink and see if the issue persists. >> sl_refresh_customizations
2. If the issue persists after step 1, execute the following command on MATLAB command prompt. This command updates the list of known files (including cache files) and classes for all directories on the search path. Restart Simulink and see if it resolves the issue. >> rehash toolboxcache
3. If the above two steps do not help, execute the following command. >> winopen(prefdir) This will open up a folder in Windows explorer. This folder contains preferences, history, and layout files. Delete this folder by navigating to its parent folder. Close MATLAB and restart it again, check if the issue persists.
If all of the above mentioned steps does not help, try reinstalling the hardware support packages such as Cortex-M DSP that you might have installed recently.
  댓글 수: 1
Yaser Arafat
Yaser Arafat 2016년 10월 28일
Thank you, it's working after >>sl_refresh_customizations

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

RAJENDRA Choudhary
RAJENDRA Choudhary 2018년 3월 6일
these steps are not helping me i cant run the simulink option in MATLAB

태그

Community Treasure Hunt

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

Start Hunting!

Translated by