Feeds
已回答
How do you create the Pascal Triangle?
function y = MypascaTriangle(n) % calculate the MypascaTraingle % Will give exact values y=1; disp(y) for i=1:n y=c...
How do you create the Pascal Triangle?
function y = MypascaTriangle(n) % calculate the MypascaTraingle % Will give exact values y=1; disp(y) for i=1:n y=c...
2 years 前 | 0
