Undefined function or method 'sldrtkernel' for input arguments of type 'char'

3 ビュー (過去 30 日間)
ali hatefi
ali hatefi 2024 年 4 月 16 日
コメント済み: ali hatefi 2024 年 4 月 17 日
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

採用された回答

Jan Houska
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
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
ali hatefi
ali hatefi 2024 年 4 月 17 日
Found it, I appreciate it

サインインしてコメントする。

その他の回答 (1 件)

Gyan Vaibhav
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.
Thanks
Gyan
  2 件のコメント
ali hatefi
ali hatefi 2024 年 4 月 16 日
HI Gyan,
Thanks for your reply.I believe name of this toolkit was changed from Real-Time Windows Target to Simulink Desktop Real-Time since 2015a release and that is the reason why it says "it was introduced in R2015a version" based on this thread, and i've seen this kernel running on older version than R2015a.
Sadly because i'm restricted to use windows xp sp2, The Matlab version upgrade is not a option,It's already the newest version that support windows xp (x86) sp2.
Gyan Vaibhav
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 ExchangeTarget Computer Setup についてさらに検索

製品


リリース

R2009b

Community Treasure Hunt

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

Start Hunting!

Translated by