Cleve Moler - MATLAB Central
photo

Cleve Moler

MathWorks

Last seen: 5 days ago Active since 2012

Followers: 13   Following: 0

Message

The world's first MATLAB programmer.

Statistics

All
BlogsFile ExchangeCodyMATLAB AnswersFrom 06/12 to 03/25Use left and right arrows to move selectionFrom 06/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
4 Answers

File Exchange

19 Files

Cody

0 Problems
5 Solutions

Blogs

323 Posts

RANK
2,771
of 297,560

REPUTATION
22

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
9

RANK
42 of 20,456

REPUTATION
17,514

AVERAGE RATING
4.70

CONTRIBUTIONS
19 Files

DOWNLOADS
341

ALL TIME DOWNLOADS
160801

RANK
47,733
of 159,148

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
71

NUMBER OF BADGES
2

CONTRIBUTIONS
323 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


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

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

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

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

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

12 years ago