![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/albertoadell17gmailcom_1519574233964_DEF.jpg)
Alberto Zekry
Followers: 0 Following: 0
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 ...
4년 초과 전 | 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...
4년 초과 전 | 1
| 수락됨