필터 지우기
필터 지우기

Undefined function or variable 'check_Env_Setup'

조회 수: 1 (최근 30일)
Hani Sadek
Hani Sadek 2019년 11월 21일
댓글: Walter Roberson 2019년 11월 22일
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'.

답변 (1개)

James Kennedy
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
Hani Sadek
Hani Sadek 2019년 11월 22일
Thank You Walter
Are there any alternatives ?
Walter Roberson
Walter Roberson 2019년 11월 22일
Sorry I am not familiar enough with that product to offer alternatives.

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by