Gabir Yusuf
2017년부터 활동
Followers: 0 Following: 0
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 =
if true function p = poly_val(c0,c,x) n=length(c); if sum(size(c))==0 p = c0; elseif isscalar(c) p = c0 +...
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 =
if true function p = poly_val(c0,c,x) n=length(c); if sum(size(c))==0 p = c0; elseif isscalar(c) p = c0 +...
8년 초과 전 | 0
