Separating string element by two and creating a vector in Simulink
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Berke Ogulcan Parlak
le 31 Mai 2020
Réponse apportée : Ameer Hamza
le 1 Juin 2020
How do I convert the following string element into vector?
2 commentaires
Kevin Joshi
le 1 Juin 2020
Use str2num to convert it to number... Use the div or mod logic to convert it to 2 digits...
Réponse acceptée
Ameer Hamza
le 1 Juin 2020
See the attached file (created in R2019b). The following image also shows the block needed to do the conversion.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur String dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!