Feeds
질문
Function definitions are not permitted in this context
function assorted = LAB3Func(h) h = 0:1:105; while (h > 0) & (h < 11) T = 288.16+ (-6.5*10^-3...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Requires More Input Arguments
function assorted = LAB3Func(h) while (h > 0) && (h < 11) T = 288.16+ (-6.5*10^-3)*(h-0); P = (1.01325*...
대략 8년 전 | 답변 수: 1 | 0

