What is the previous syntax for this function?

조회 수: 3 (최근 30일)
L'O.G.
L'O.G. 2023년 4월 19일
답변: Les Beckham 2023년 4월 19일
I can combine strings using something like
str = append("Hello","world")
But I have access only to Matlab 2018a. The append function wasn't introduced until r2019a. What would be the equivalent syntax in this previous version?

채택된 답변

Les Beckham
Les Beckham 2023년 4월 19일
The strcat function has been around for a long time.
strcat("Hello", "World")
ans = "HelloWorld"

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by