Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Freezing after calling strcat()
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Disciple of the Forbidden Spell
el 12 de Jul. de 2019
Cerrada: MATLAB Answer Bot
el 20 de Ag. de 2021
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 comentarios
Walter Roberson
el 13 de Jul. de 2019
I do not know. Perhaps it is related to Polyspace, but I do not know.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!