Feeds
질문
Averaging image array values
I am trying to create an average filter to blur an image. I have my image array which has been padded stored in Y. Below is a se...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
if/ifelse with wind chill equation
I am looking to calculate wind chill values for a set of Date/time, WIND, and TEMP values. The Wind Chill Factor (WCF) equation ...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
Loop for calculating wind chill values
I am trying to calculate the Wind Chill factor for many values of Wind speed and Temp. I want to only use values when TEMP is...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
I am trying to create an array of date number from a loop but I am only getting the final value not an array
for m=1:length(DATE) n=1:length(DATE) DateString = num2str(DATE(m)); formatIn = 'yyyymmdd'; x=datenum(DateString,form...
대략 9년 전 | 답변 수: 2 | 0
