what is the problem with my function ?

6 visualizaciones (últimos 30 días)
abdelrahman mohamed
abdelrahman mohamed el 27 de Sept. de 2018
Comentada: abdelrahman mohamed el 27 de Sept. de 2018
function [area , cr ]= circle(r) area = pi* (r^2) ; cr = pi * r * 2 ;

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 Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by