Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Freezing after calling strcat()

1 visualizzazione (ultimi 30 giorni)
Disciple of the Forbidden Spell
Chiuso: MATLAB Answer Bot il 20 Ago 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 Commenti
Disciple of the Forbidden Spell
That works. But what's wrong with strcat?
Walter Roberson
Walter Roberson il 13 Lug 2019
I do not know. Perhaps it is related to Polyspace, but I do not know.

Risposte (0)

Questa domanda è chiusa.

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by