Feeds
已回答
Help with assignment on functions
function [cost]=package_weight(w) if w<=2 cost=15; else cost=15+4.25*(w-2) end
Help with assignment on functions
function [cost]=package_weight(w) if w<=2 cost=15; else cost=15+4.25*(w-2) end
6 years 前 | 0
