首页 > 其他分享> > matlab learning record 2 matlab learning record 2 2021-11-06 21:00:18 作者:互联网 MATLAB中数组的创建: 同一行元素间用逗号或空格分隔不同行之间用分号分隔 因式分解 syms x; >> f=x^3+x^2-x-1; >> f1=factor(f) f1 = [ x - 1, x + 1, x + 1] 标签:f1,分隔,因式分解,syms,record,matlab,learning,factor 来源: https://blog.csdn.net/qq_51082388/article/details/121184827