photo

Darío Pascual


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
c0 and x are scalars, c - vector, and p - scalar. If c is [ ], then p = c0. If c is a scalar, then p = c0 + c*x . Else, p =
function p=poly_val(c0,c,x) N = length(c); n=1:1:N; d=size(c); if(isempty(c)) p=c0;...

6 years 前 | 0