photo

Milen


Last seen: 約2年 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to define a function CalculatePyramidVolume with inputs baseLength, baseWidth, and pyramidHeight
function [VP] = PyramidVolume(l,w,h) VP=(1/3)*l*w*h

約2年 前 | 0