Community Profile

photo

Alberto Zekry


Last seen: 3年弱 前 2020 年からアクティブ

統計

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Content Feed

表示方法

回答済み
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年以上 前 | 0

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

3年以上 前 | 1

| 採用済み