please ,I need to create function calculate the area of three different circles radius? any one can solve this issue is highly appreciated.

2 visualizaciones (últimos 30 días)
i tried this function but its not work. unction [area] = CircleArea(radius) rad1=('8'); area1 = CircleArea(rad1); area = pi * radius^2; disp(['Area of Circle1 = ' num2str(area1)]) end

Respuestas (1)

Pawel Jastrzebski
Pawel Jastrzebski el 23 de Mzo. de 2018
Literally, have a look at how to define functions in Matlab - this page has many simple examples to follow:

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by