Convert Vector into Scalar Simulink
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Thiago Nogueira
le 12 Juil 2020
Commenté : madhan ravi
le 12 Juil 2020
Would it be possible, in Simulink, to read a vector that displays per example [1 2 3] and extract these numbers and put them together as an scalar in the following format: 123 ?
Thank you very much
0 commentaires
Réponse acceptée
Fangjun Jiang
le 12 Juil 2020
Demux it you will get 1, 2 and 3, then 1*100+2*20+3=123
2 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!