What is the previous syntax for this function?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
L'O.G.
le 19 Avr 2023
Réponse apportée : Les Beckham
le 19 Avr 2023
I can combine strings using something like
str = append("Hello","world")
But I have access only to Matlab 2018a. The append function wasn't introduced until r2019a. What would be the equivalent syntax in this previous version?
0 commentaires
Réponse acceptée
Les Beckham
le 19 Avr 2023
The strcat function has been around for a long time.
strcat("Hello", "World")
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Characters and Strings 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!