随笔分类 -  Matlab

摘要:Machine learning uses two types of techniques: supervised learning, which trains a model on known input and output data so that it can predict future 阅读全文
posted @ 2019-11-10 16:00 summer91 阅读(1625) 评论(0) 推荐(0)
摘要:cftool //open curve fitting app splinetool //open spline tool help curvefit //list Curve Fitting Toolbox functions for use in Matlab programming. edit 阅读全文
posted @ 2019-11-10 14:11 summer91 阅读(592) 评论(0) 推荐(0)
摘要:MATLAB使用一维行向量来表示多项式,多项式的系数按照降幂次序排列。 roots() 多项式求根,返回一个列向量 poly() 由根创建多项式 conv() 多项式乘法 deconv() 多项式除法 polyder() 多项式微分 polyint() 多项式积分 polyval() 多项式求值 r 阅读全文
posted @ 2018-11-18 13:45 summer91 阅读(545) 评论(0) 推荐(0)
摘要:Matlab符号计算建立在Maple基础之上,通过matlab符号数学工具箱来实现的。 Matlab符号计算建立在Maple基础之上,通过matlab符号数学工具箱来实现的。 Symbolic Numbers sym(1/3) --> 1/3 不同于浮点数,符号数值是精确表示的,而浮点数只是一种小数 阅读全文
posted @ 2018-11-04 20:23 summer91 阅读(489) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2018-03-01 15:32 summer91 阅读(9) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2018-03-01 15:13 summer91 阅读(4) 评论(0) 推荐(0)