Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Freezing after calling strcat()

1 Ansicht (letzte 30 Tage)
Disciple of the Forbidden Spell
Geschlossen: MATLAB Answer Bot am 20 Aug. 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 Kommentare
Disciple of the Forbidden Spell
That works. But what's wrong with strcat?
Walter Roberson
Walter Roberson am 13 Jul. 2019
I do not know. Perhaps it is related to Polyspace, but I do not know.

Antworten (0)

Diese Frage ist geschlossen.

Produkte


Version

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by