Feeds
질문
How can I make a function that has an input that cake take handle both scalar and array values?
function [format,area] = polygonArea(numSides,sideLengths) L = length(sideLengths); RightTriangleArea = (L(1)*L(2))/2; areaRe...
2년 초과 전 | 답변 수: 1 | 0