Joshua Newcomb - MATLAB Central
photo

Joshua Newcomb


University of Alabama Birmingham

Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

CodyFrom 02/15 to 03/25Use left and right arrows to move selectionFrom 02/15Use 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%

RANG
N/A
of 297 738

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 469

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
29 977
of 159 472

CONTRIBUTIONS
2 Problèmes
6 Solutions

SCORE
150

NOMBRE DE BADGES
4

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Likeable
  • Quiz Master
  • Creator
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


times 5
Given the variable x as your input, multiply it by five and put the result in y.

environ 10 ans il y a

Problème


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

environ 10 ans il y a | 1 | 299 solveurs

Problème


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

environ 10 ans il y a | 10 | 1146 solveurs

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

environ 10 ans il y a

A résolu


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

environ 10 ans il y a

A résolu


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

environ 10 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

environ 10 ans il y a

A résolu


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

environ 10 ans il y a