Create a Function using MATLAB
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论

Hello, could you please go over the Problem #1 for me?
3 个评论
Steven Lord
2017-11-30
If you show us what you've tried and describe what's not working or what you're unsure about we may be able to offer some guidance.
Myoungchul Hwang
2017-11-30
编辑:Walter Roberson
2017-11-30
Mukul Rao
2017-12-4
Like Steve mentioned, what part of the script are you confused at? Looks like "calculateAreaPerimeter" looks fine, except that the height and width must be set to the input "length". Also, you retrieve the outputs from your function as follows :
%Area and perimeter when the square has a side of length 5 inches
[area_5,perimeter_5] = calculateAreaPerimeter(5)
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!