photo

Alberto Zekry


Last seen: environ 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

presque 4 ans il y a | 0

Réponse apportée
Data Entry with struct
function database = voters(di,varargin) if isempty(di) database = struct('Name', {}, 'ID', {}); end if r...

presque 4 ans il y a | 1

| A accepté