フィルターのクリア

Unable to find S-function module in Simulink 3D Animation toolbox

36 ビュー (過去 30 日間)
PJ
PJ 2023 年 3 月 21 日
コメント済み: PJ 2023 年 3 月 21 日
I am trying to code-generate/build a Simulink model which includes the block Joystick Input. Without the block, the model successfully builds (I'm using Embedded Coder). When I include the block, the model can run, but during code gen, I receive the error "Unable to find S-function module 'joyinput'. S-function modules must exist as either source files or pre-compiled object files on the MATLAB path."
If I type which joyinput in the MATLAB command window it returns C:\Program Files\MATLAB\R2022b\toolbox\sl3d\sl3d\joyinput.mexw64
Is this block supported for code generation?

採用された回答

Jan Houska
Jan Houska 2023 年 3 月 21 日
Hi PJ,
the Joystick Input block is not supported for code generation. The block uses joystick device I/O of the operating system, in your case Windows. So, any generated code would not be able to run outside Windows anyway. Could you please explain what would be your use case for the generated code?
Jan
  1 件のコメント
PJ
PJ 2023 年 3 月 21 日
I want to take an executable of my simulation and place it on a machine without MATLAB. I envisioned being able to plug in a joystick/gamepad to control the sim.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by