フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Freezing after calling strcat()

1 回表示 (過去 30 日間)
Disciple of the Forbidden Spell
Disciple of the Forbidden Spell 2019 年 7 月 12 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Disciple of the Forbidden Spell
Disciple of the Forbidden Spell 2019 年 7 月 13 日
That works. But what's wrong with strcat?
Walter Roberson
Walter Roberson 2019 年 7 月 13 日
I do not know. Perhaps it is related to Polyspace, but I do not know.

回答 (0 件)

この質問は閉じられています。

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by