关于双引号的使用问题。
古いコメントを表示
>> 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!