What is the previous syntax for this function?

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개)

카테고리

도움말 센터File Exchange에서 Characters and Strings에 대해 자세히 알아보기

제품

릴리스

R2018a

태그

질문:

2023년 4월 19일

답변:

2023년 4월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by