Undefined function or variable 'check_Env_Setup'
9 ビュー (過去 30 日間)
古いコメントを表示
I am trying to program tms320f28335 using simulink
the first problem I am facing is that when I run:
>> checkEnvSetup('ccsv5', 'F28335', 'setup')
I get:
Undefined function or variable 'check_Env_Setup'
the first problem I am facing is that when I run:
>> ticcs
I get
Undefined function or variable 'ticcs'.
0 件のコメント
回答 (2 件)
James Kennedy
2019 年 11 月 21 日
What version of MATLAB are you using?
Searching for forums for checkEnvSetup doesn't seem to pop up for anything after R2016a. This answer from 2012 links to a checkEnvSetup help page, which no longer exists.
I don't seem to have it in MATLAB 2019a
>> which checkEnvSetup
'checkEnvSetup' not found.
and there's nothing obvsious in the ticcs path:
C:\Program Files\MATLAB\R2019a\toolbox\idelink\extensions\ticcs\..
It's likely been removed or repackaged/renamed within the last few years or a hardware support add-on mayb be required.
3 件のコメント
Walter Roberson
2019 年 11 月 22 日
Sorry I am not familiar enough with that product to offer alternatives.
Shaw
2025 年 3 月 5 日
I am encountering the same error when I run "ticss" to connecting ccs6.2 and MATLAB2023. Have you managed to resolve it?
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!