Mux/Demux for physical signals
Afficher commentaires plus anciens
Hi!
Given a physical signal vector, how can I split up the vector into its components? That would be something like Mux/Demux for physical Signals.
Example:
inVector = {[1, 2, 3], 'm'};
outScalar = {1, 'm'};
outVector = {[2,3], 'm'};
What I could do ist to use PS-Simulink-Converter → demux (→ Mux foroutVector) → Simulink-PS-Converter. But in this case I get an error creating a composite component of it.
Probably I could create a custom component for splittin the signals up, but that seems a bit cumbersome to me.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Nonlinear Operators dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!