필터 지우기
필터 지우기

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