What is the difference between strjoin and join?

조회 수: 16 (최근 30일)
Michael Van de Graaff
Michael Van de Graaff 2022년 3월 20일
답변: Star Strider 2022년 3월 20일
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일
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개)

카테고리

Help CenterFile 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