Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要输入一些包含字母和数字的矩阵。像 list=["a" 1;" b" 2; "c" 3; "d" 4; "e" 5; "f" 6; “克”7]
有人可以给我一些提示吗?
如果您想要“只是”字符串和数字的混合,请使用元胞数组。请参阅此处的 MATLAB 文档。
如果您尝试设置某种映射/散列,您需要一个 MATLAB“结构”。请参阅此处 的文档。