Michael Katz - MATLAB Central
photo

Michael Katz

MathWorks

Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB AnswersCodyFile ExchangeFrom 01/11 to 03/25Use left and right arrows to move selectionFrom 01/11Use 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
15 Answers

File Exchange

3 Files

Cody

1 Problem
5 Solutions

RANK
643
of 297,560

REPUTATION
120

CONTRIBUTIONS
0 Questions
15 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
42

RANK
2,184 of 20,456

REPUTATION
813

AVERAGE RATING
3.80

CONTRIBUTIONS
3 Files

DOWNLOADS
6

ALL TIME DOWNLOADS
7399

RANK
35,829
of 159,148

CONTRIBUTIONS
1 Problem
5 Solutions

SCORE
115

NUMBER OF BADGES
4

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 6 Month Streak
  • Revival Level 1
  • Quiz Master
  • Commenter
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Creator

View badges

Feeds

View by

Problem


Sort numbers by outside digits
Sort the array so that they are sorted as if their value was a 5 digit number made from the first three and last two digits of t...

13 years ago | 2 | 151 solvers

Solved


Sort numbers by outside digits
Sort the array so that they are sorted as if their value was a 5 digit number made from the first three and last two digits of t...

13 years ago

Solved


Return the 'Size' of a String of Code
One of the most 'mysterious' parts of playing Cody is the sizing system. Given a string of commands, return the size that Cody w...

13 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


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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