关于双引号的使用问题。
显示 更早的评论
>> 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!