photo

Mitch White


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
242,647
of 301,421

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,269

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,475

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers