Separating string element by two and creating a vector in Simulink
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Berke Ogulcan Parlak
il 31 Mag 2020
Risposto: Ameer Hamza
il 1 Giu 2020
How do I convert the following string element into vector?
2 Commenti
Kevin Joshi
il 1 Giu 2020
Use str2num to convert it to number... Use the div or mod logic to convert it to 2 digits...
Risposta accettata
Ameer Hamza
il 1 Giu 2020
See the attached file (created in R2019b). The following image also shows the block needed to do the conversion.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su String in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!