photo

Cleve Moler

MathWorks

Last seen: Today Active since 2012

Followers: 23   Following: 0

Message

The world's first MATLAB programmer.

Statistics

All
MATLAB Answers

0 Questions
4 Answers

File Exchange

19 Files

Cody

0 Problems
6 Solutions

Blogs

332 Posts

RANK
2,824
of 300,381

REPUTATION
22

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
9

RANK
42 of 20,941

REPUTATION
17,701

AVERAGE RATING
4.70

CONTRIBUTIONS
19 Files

DOWNLOADS
302

ALL TIME DOWNLOADS
162619

RANK
46,472
of 168,477

CONTRIBUTIONS
0 Problems
6 Solutions

SCORE
82

NUMBER OF BADGES
2

CONTRIBUTIONS
332 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Flipbook Mini Hack Participant
  • MATLAB Mini Hack 2022 Participant
  • Knowledgeable Level 1
  • First Answer
  • Promoter
  • Solver
  • Top Downloads 2022
  • Personal Best Downloads Level 5
  • MATLAB Mini Hack Participant
  • MATLAB Central Treasure Hunt Finisher
  • Editor's Pick
  • First Review

View badges

Feeds

Solved


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not count...

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

4 years ago

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

13 years ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

13 years ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

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