photo

JWTay


University of Colorado Boulder

Active since 2013

Followers: 0   Following: 0

Message

Image Analysis Specialist

Programming Languages:
Python, C, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
MATLAB Answers

2 Questions
2 Answers

File Exchange

3 Files

Cody

0 Problems
5 Solutions

RANK
4,838
of 300,553

REPUTATION
10

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
7

RANK
4,814 of 21,024

REPUTATION
284

AVERAGE RATING
5.00

CONTRIBUTIONS
3 Files

DOWNLOADS
92

ALL TIME DOWNLOADS
2416

RANK
57,845
of 169,635

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 3
  • GitHub Submissions Level 3
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Solved


Add two numbers
Given a and b, return the sum a+b in c.

7 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years ago

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

8 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

9 years ago