关于双引号的使用问题。
이전 댓글 표시
>> a='''nihao'''
a =
'nihao'
>> a='nihao'
a =
nihao
这两种情况下a都是字符类型,那么这两种到底有什么不一样啊?什么是字符串变量?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 字符和字符串에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!