photo

Alberto Zekry


Last seen: 대략 3년 전 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 ...

거의 4년 전 | 0

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

거의 4년 전 | 1

| 수락됨