What is the previous syntax for this function?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
L'O.G.
am 19 Apr. 2023
Beantwortet: Les Beckham
am 19 Apr. 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 Kommentare
Akzeptierte Antwort
Les Beckham
am 19 Apr. 2023
The strcat function has been around for a long time.
strcat("Hello", "World")
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!