yardımcı olabilirseniz sevinirim hatam nerde acaba ? r=input('Enter the radius of clinder:'); h=input('Enter the height of clinder:'); function [area]=BaseArea(r) area = pi*(r^2); end function [volume]=CVolume(area,h) volume = area*h; end disp(volume)