I am getting the error 'Unrecognized function or variable 'ctfroot' when I try to invoke MATAB runtime R2019b

조회 수: 34 (최근 30일)
I am trying to invoke MATLAB Runtime R2019b through custom tool and I am hetting the error as shown below. It was working fine previously and suddenly it got stopped.
  댓글 수: 1
MarKf
MarKf 2023년 4월 5일
if it was working previously and now stopped, likely a change in paths could have caused this (also because path management is usually an issue). Being careful in recreating the same environment with the same paths, packages, and versions would likely solve the issue.
In case, use which ctfroot to check whether the function is in your path. Look up where it is otherwise and addpath the directory in which it is contained. That may not be the right way if it is part of private functions of a toolbox, but usually it'd work.

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

채택된 답변

Kakarla Sasi
Kakarla Sasi 2023년 4월 17일

추가 답변 (1개)

Nihal Reddy
Nihal Reddy 2023년 4월 13일
I understand you are getting "Unrecognized function or variable 'ctfroot'" error while invoking MATLAB Runtime.
Please refer to the following MATLAB Answer which talks about-
In addition to this you can refer to the following MATLAB Answer which specifically talks about the error you are facing currently-

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

제품


릴리스

R13SP1

Community Treasure Hunt

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

Start Hunting!

Translated by