Undefined function for input arguments of type 'char'.
6 次查看(过去 30 天)
显示 更早的评论
i'm trying to install the real time kernel for simulink and from the guide provided in mathworks i should simply write the following code in the command window:
sldrtkernel -install
but i keep getting this massage :
Undefined function 'sldrtkernel' for input arguments of type 'char'.
thanks in advance.
2 个评论
Rik
2018-8-29
Are you sure you have the correct toolbox installed? You should be able to check with the ver command which toolboxes are installed. Otherwise you can check if the function is shadowed by using which('sldrtkernel','-all').
回答(1 个)
Jan
2018-8-29
Did you select "Simulink Desktop Real-Time software" during the installation of Matlab and do you have the required license? If not, sldrtkernel is not found in Matlab's toolbox folders, which would cause the shown error.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!