Filter löschen
Filter löschen

what is the problem with my function ?

2 Ansichten (letzte 30 Tage)
abdelrahman mohamed
abdelrahman mohamed am 27 Sep. 2018
function [area , cr ]= circle(r) area = pi* (r^2) ; cr = pi * r * 2 ;

Akzeptierte Antwort

Bish Erbas
Bish Erbas am 27 Sep. 2018
Bearbeitet: Bish Erbas am 27 Sep. 2018
Formatting.
function [area, cr] = circle(r)
area = pi*(r^2);
cr = pi*r*2;
end
  1 Kommentar
abdelrahman mohamed
abdelrahman mohamed am 27 Sep. 2018
there is a problem with the area that i can't determine

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by