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