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 years 前 | 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 years 前 | 1 个回答 | 0

