photo

Abdurasul Choriyorov


Last seen: oltre 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Write a function to calculate the area of a circle
function area = areaCircle(r) for c = 1:length(r) if r(c)>=0 area = pi.*r.^2; else b = r<0; ...

oltre 4 anni fa | 0