photo

Demetrios Eliades


Last seen: 12 months ago Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: computational/artificial intelligence applications

Statistics

All
MATLAB Answers

0 Questions
3 Answers

File Exchange

1 File

Cody

0 Problems
2 Solutions

ThingSpeak

1 Public Channel

RANK
5,019
of 300,364

REPUTATION
10

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
2,341 of 20,934

REPUTATION
754

AVERAGE RATING
4.90

CONTRIBUTIONS
1 File

DOWNLOADS
28

ALL TIME DOWNLOADS
6252

RANK
89,723
of 168,407

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
30

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

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

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

12 years ago