小李不会编程啊的博客MATLAB学习 1、matlab的输入输出语句 输入:input 输入数值 x=input(‘please input a number:’) please input a number:22 x = 22 输入字符串 x=input(‘please input a string:’,‘s’) please input a string:...
待木成植的博客文章目录MATLAB数据矩阵类型下标赋值 MATLAB数据 矩阵 类型 >> str=' i like drink ' %字符串 str = ' i like drink ' >> whos str Name Size Bytes Class Attributes str 1x14 ...