Malcolm Lidierth


-

Active since 2008

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
93 Answers

File Exchange

13 Files

Cody

0 Problems
4 Solutions

RANK
324
of 298,974

REPUTATION
255

CONTRIBUTIONS
3 Questions
93 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
82

RANK
331 of 20,664

REPUTATION
4,667

AVERAGE RATING
4.40

CONTRIBUTIONS
13 Files

DOWNLOADS
22

ALL TIME DOWNLOADS
44412

RANK
60,210
of 162,957

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • 6 Month Streak
  • Revival Level 2
  • Knowledgeable Level 4
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

13 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

13 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

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

13 years ago