在名为 stat.m 的文件中定义一个函数,该函数返回输入向量的均值和标准差。 function [m,s] = stat(x) n = length(x); m = sum(x)/ ...
確定! 回上一頁