photo
Programming Languages:
Python, C++, MATLAB, HTML
Spoken Languages:
English
Professional Interests:
Optimization, Deep Learning Toolbox, Statistics and Machine Learning Toolbox, Image Processing Toolbox, Fuzzy Logic Toolbox

Statistics

All
MATLAB Answers

0 Questions
3 Answers

File Exchange

95 Files

Cody

0 Problems
3 Solutions

RANK
13,088
of 300,364

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
1,338 of 20,934

REPUTATION
1,423

AVERAGE RATING
4.20

CONTRIBUTIONS
95 Files

DOWNLOADS
150

ALL TIME DOWNLOADS
12001

RANK
74,737
of 168,407

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 4
  • Solver
  • GitHub Submissions Level 3
  • Explorer
  • First Review
  • First Submission
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

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...

3 years ago

Solved


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

3 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:...

3 years ago