Feeds
답변 있음
counting no .of temperature less than 32 in array
function numfreeze=freezing(A) x=(A<32); numfreeze=sum(x(:)); end
counting no .of temperature less than 32 in array
function numfreeze=freezing(A) x=(A<32); numfreeze=sum(x(:)); end
5년 초과 전 | 0
