what is the problem with my function ?

 Respuesta aceptada

Bish Erbas
Bish Erbas el 27 de Sept. de 2018
Editada: Bish Erbas el 27 de Sept. de 2018
Formatting.
function [area, cr] = circle(r)
area = pi*(r^2);
cr = pi*r*2;
end

1 comentario

abdelrahman mohamed
abdelrahman mohamed el 27 de Sept. de 2018
there is a problem with the area that i can't determine

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Numerical Integration and Differential Equations en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 27 de Sept. de 2018

Comentada:

el 27 de Sept. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by