What is the difference between strjoin and join?
조회 수: 14 (최근 30일)
이전 댓글 표시
The Documentation says "The join function is recommended to join elements of a string array."
Why is this?
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Characters and Strings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!