Feeds
已回答
I can't find the mistake in the code
function fh = poly_fun(p) polynomial=0 function polynomial = poly(x) polynomial=polyval(p(end:-1:1),x); end ...
I can't find the mistake in the code
function fh = poly_fun(p) polynomial=0 function polynomial = poly(x) polynomial=polyval(p(end:-1:1),x); end ...
5 years 前 | 0
已回答
Data Entry with struct
function database = voters(di,varargin) if isempty(di) database = struct('Name', {}, 'ID', {}); end if r...
Data Entry with struct
function database = voters(di,varargin) if isempty(di) database = struct('Name', {}, 'ID', {}); end if r...
5 years 前 | 1
| 已接受