The Documentation says "The join function is recommended to join elements of a string array."
Why is this?

 채택된 답변

Star Strider
Star Strider 2022년 3월 20일

0 개 추천

The join function (introduced in R2016b) is primarily intended for use with the string data type, introduced at the same time. The strjoin function (introduced in R2013a) is primarily intended for character arrays.

추가 답변 (0개)

카테고리

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

제품

릴리스

R2020b

태그

Community Treasure Hunt

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

Start Hunting!

Translated by