Where is my RTW Toolbox?
Mostrar comentarios más antiguos
Hey Guys,
a short question (I hope): I've installe Matlab and my administrator told me that the Real Time Windows Target is included. The toolbox is showing up by tiping "ver" in the command windows.
But when I got to the "simulation -> configuration parameters" - menu in Simulink, there is no Real Time Workshop listed on the left.
I am using Matlab R2012a under windows xp. Is there anything to setup or to install to make the workshop appear? I am exspecting that entry, because I saw it in different tutorials.
I hope someone knows a quick solution. Thanks so far.
3 comentarios
Kaustubha Govind
el 8 de Nov. de 2012
Real-Time Windows Target is different from Real-Time Workshop. Can you confirm that "Real-Time Workshop" shows up when you type "ver"?
Daniel P
el 8 de Nov. de 2012
Azzi Abdelmalek
el 8 de Nov. de 2012
Because in Matlab 2012, the name chaged to simulink coder
Respuesta aceptada
Más respuestas (2)
Daniel P
el 8 de Nov. de 2012
0 votos
3 comentarios
Kaustubha Govind
el 8 de Nov. de 2012
Editada: Kaustubha Govind
el 8 de Nov. de 2012
Simulink Coder is the new name for Real-Time Workshop. Real-Time Windows Target is used for rapid prototyping (read more here) using a real-time Windows kernel, whereas Real-Time Workshop is more general purpose and is used to generate standalone C/C++ code from your model for deploying onto other machines or embedded targets. Also, my understanding is that Real-Time Workshop is a pre-requisite for using Real-Time Windows Target (although I may be wrong).
If you do indeed have Real-Time Workshop or Simulink Coder installed, and still don't see the pane show up in the Configuration Parameters window, perhaps Simulink was unable to checkout a license for the product. You can verify your license using:
>> license('checkout', 'real-time_workshop')
Azzi Abdelmalek
el 8 de Nov. de 2012
Editada: Azzi Abdelmalek
el 8 de Nov. de 2012
- Real-Time Windows Target is different from Real-Time Workshop like mentioned by Kaustubha.
- in Matlab 2012a Real-Time Workshop is named code generation which can be used by RTW in external mode (Simulink coder)
- Simulink Coder™ (formerly Real-Time Workshop®) generates and executes C and C++ from Simulink diagrams, Stateflow charts, and MATLAB® functions (from matlab help)
Daniel P
el 9 de Nov. de 2012
Daniel P
el 8 de Nov. de 2012
0 votos
2 comentarios
Azzi Abdelmalek
el 8 de Nov. de 2012
Editada: Azzi Abdelmalek
el 8 de Nov. de 2012
I think it's possible, but I'm curious to know what will you get after trying it. Keep me posted
Categorías
Más información sobre Deployment, Integration, and Supported Hardware en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!