photo

Walter Mabry


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
12,949
of 300,343

REPUTATION
4

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


Drawing line through scatter plot
clear I = imread('star.png'); [r,c,nc] = size(I); GC = I(:,:,2); BI = GC < 200; [y,x]=find(BI); y=y*-1; x=x*-1; c = lins...

4 years ago | 0 answers | 0

0

answers

Question


Certified MatLab Associate Exam
Need some help from someone who has taken the exam. I have been working with MatLab for over five years now and recently decided...

4 years ago | 1 answer | 0

1

answer

Answered
How to calculate hourly average value for measured Temperature, CO2, RH and Rid in 5 minutes interval
The loop below breaks up you time stamps into hours and creates a new vector with the mean value for each hour of the provided d...

4 years ago | 0

| accepted

Question


Create and save animated line from x and y values that correspond to time data
I have data from a projectile. I have x and y positions. I also have a vector with corresponding time data for the x and y posit...

4 years ago | 1 answer | 0

1

answer