photo

Cleve Moler

MathWorks

Last seen: 2 Tage vor Aktiv seit 2012

Followers: 24   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

338 Beiträge

RANG
2.831
of 300.918

REPUTATION
22

BEITRÄGE
0 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
9

RANG
42 of 21.110

REPUTATION
17.761

DURCHSCHNITTLICHE BEWERTUNG
4.70

BEITRÄGE
19 Dateien

DOWNLOADS
198

ALL TIME DOWNLOADS
163226

RANG
47.477
of 171.685

BEITRÄGE
0 Probleme
6 Lösungen

PUNKTESTAND
82

ANZAHL DER ABZEICHEN
2

BEITRÄGE
338 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...

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

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

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

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

fast 13 Jahre vor