MatLab Manual / Matlab Area of a circle Program

Program Name

Write a Matlab Program for Area of a circle.
Theory
Matlab Area of a circle Program is used to calculate the circle area using the formula PI*r*r.
Program Code


Input and Output:

Output:
Area of circle = 314.159265
Click for Matlab Online Compiler (Copy, Paste and Press Enter)


Home     Back