How to select some element from matrix by simulink?
Mostrar comentarios más antiguos
I want to get all element except -1 By Simulink For example:
u2 = [46.15 ; -22.5 ; -1 ; -1 ; -1 ];
I want to get new matrix to be u2 = [46.15 ; -22.5 ];
1 comentario
Azzi Abdelmalek
el 11 de Abr. de 2016
What u2 represent in your simulink model?
Respuestas (0)
Categorías
Más información sobre Modeling en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!