photo

Bardo


Last seen: 2 months ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

6 Questions
5 Answers

File Exchange

2 Files

Cody

0 Problems
3 Solutions

RANK
6,508
of 300,584

REPUTATION
7

CONTRIBUTIONS
6 Questions
5 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
4

RANK
11,449 of 21,030

REPUTATION
43

AVERAGE RATING
5.00

CONTRIBUTIONS
2 Files

DOWNLOADS
5

ALL TIME DOWNLOADS
383

RANK
78,942
of 169,723

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 1
  • Personal Best Downloads Level 1
  • Explorer
  • Revival Level 1
  • First Answer
  • First Submission
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Solved


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

8 years ago

Solved


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

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

8 years ago