MATLAB出现:??? U Undefined function or method 'mtimes' for input arguments of type 'cell'.
MATLAB出现:??? U Undefined function or method 'mtimes' for input arguments of type 'cell'.
日期:2016-11-17 13:16:48 人气:1
% [ ] 和 { } 有特殊的作用
B=1000; z0=1000; c0=1500; Q=0.0057;z=[1:5000];n=(z-z0)/B;cz=c0*(1+Q*(exp(-n)-(1-n)));