Undefined function or method 'sldrtkernel' for input arguments of type 'char'
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm trying to install real-time kernel on my matlab installation with:
sldrtkernel -install
but i keep getting :
??? Undefined function or method 'sldrtkernel' for input arguments of type 'char'
'My System and installation specification:
Matlab 2009b (7.9.0)
Real-Time Windows Target (eg. Simulink Desktop Real-Time) 3.4
Windows Xp SP2
Thanks in advance
댓글 수: 0
채택된 답변
Jan Houska
2024년 4월 16일
Hi Ali,
in R2009b, the product name was Real-Time Windows Target and the function name was rtwintgt. So please try
rtwintgt -install
Good Luck, Jan
댓글 수: 3
Jan Houska
2024년 4월 16일
Hi Ali,
the documentation should be included with your installation. Please try
doc rtwintgt
and navigate the documentation from there.
Good Luck, Jan
추가 답변 (1개)
Gyan Vaibhav
2024년 4월 16일
편집: Gyan Vaibhav
2024년 4월 16일
Hi Ali,
According to the documentation pages of "sldrtkernel", it was introduced in R2015a version of MATLAB. This could be the possible reason.
I would suggest upgrading to a newer version, and try running the same command. As its working fine for me on R2023b.
Here is the link to the documentation: https://www.mathworks.com/help/sldrt/ref/sldrt.sldrtkernel.html
Thanks
Gyan
댓글 수: 2
Gyan Vaibhav
2024년 4월 17일
Hi ali,
Yeah, you were right, and its great you got the answer from the one above.
Thanks
참고 항목
카테고리
Help Center 및 File Exchange에서 Target Computer Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!