필터 지우기
필터 지우기

what is the problem with my function ?

조회 수: 2 (최근 30일)
abdelrahman mohamed
abdelrahman mohamed 2018년 9월 27일
댓글: abdelrahman mohamed 2018년 9월 27일
function [area , cr ]= circle(r) area = pi* (r^2) ; cr = pi * r * 2 ;

채택된 답변

Bish Erbas
Bish Erbas 2018년 9월 27일
편집: Bish Erbas 2018년 9월 27일
Formatting.
function [area, cr] = circle(r)
area = pi*(r^2);
cr = pi*r*2;
end
  댓글 수: 1
abdelrahman mohamed
abdelrahman mohamed 2018년 9월 27일
there is a problem with the area that i can't determine

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by