Community Profile

photo

Alberto Zekry


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Knowledgeable Level 1
  • First Answer

查看徽章

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 ...

3 years 前 | 0

已回答
Data Entry with struct
function database = voters(di,varargin) if isempty(di) database = struct('Name', {}, 'ID', {}); end if r...

3 years 前 | 1

| 已接受