function [ypred]=da_olt1(x,coefs,poly); % % Non-linear steady-state model % % % Ensure the coefficients are in a column % [D L]=size(coefs); if L > D coefs=coefs'; end % % Calculate y % ypred=(x.^poly)*coefs;
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机