Community Profile

photo

Alberto Zekry


Last seen: casi 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

más de 3 años hace | 0

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

más de 3 años hace | 1

| aceptada