How to generate c code with joystick input?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
li
el 18 de Jul. de 2024
Comentada: li
el 18 de Jul. de 2024
I put .mex file but doesnt work: Cannot find S-function module 'joyinput'. S-Function modules must exist as either source files or pre-compiled object files on the MATLAB path.
0 comentarios
Respuesta aceptada
Ruchika Parag
el 18 de Jul. de 2024
Editada: Ruchika Parag
el 18 de Jul. de 2024
Hi Li, you are obtaining that error because the "Joystick Input" block is not code generable. This means you cannot generate code or an S-function for the "Joystick Input" block or any subsystem containing this block. However, it is possible to associate the "Joystick Input" block with a joystick connected to and recognized by your computer. Hope this helps!
Más respuestas (0)
Ver también
Categorías
Más información sobre Block and Blockset Authoring en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!