photo

Cleve Moler

MathWorks

Last seen: Today Aktiv seit 2012

Followers: 27   Following: 0

Nachricht

The world's first MATLAB programmer.

Statistik

All
MATLAB Answers

0 Fragen
4 Antworten

File Exchange

19 Dateien

Cody

0 Probleme
6 Lösungen

Blogs

341 Beiträge

RANG
2.839
of 301.436

REPUTATION
22

BEITRÄGE
0 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
9

RANG
42 of 21.278

REPUTATION
17.819

DURCHSCHNITTLICHE BEWERTUNG
4.70

BEITRÄGE
19 Dateien

DOWNLOADS
215

ALL TIME DOWNLOADS
163802

RANG
48.139
of 174.540

BEITRÄGE
0 Probleme
6 Lösungen

PUNKTESTAND
82

ANZAHL DER ABZEICHEN
2

BEITRÄGE
341 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER 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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

8 Monate vor

Gelöst


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

mehr als 4 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor