Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Freezing after calling strcat()
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
str1 = ["John ","Mary "];
str2 = ["Smith","Jones"];
str = strcat(str1,str2)
The code above is the example code from https://ww2.mathworks.cn/help/matlab/ref/strcat.html
Running this code will cause freezing, as if strcat actually doesn't support strings.
6 commentaires
Walter Roberson
le 13 Juil 2019
I do not know. Perhaps it is related to Polyspace, but I do not know.
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!