Gabir Yusuf
自 2017 起处于活动状态
Followers: 0 Following: 0
Electronics and communications Engineer from Alexandria university
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 +...
7 years 前 | 0