photo

Hananeh


university of illinois at chicago

Last seen: etwa 4 Jahre vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

Cody

4 Probleme
8 Lösungen

RANG
N/A
of 301.433

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 21.272

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
27.949
of 174.497

BEITRÄGE
4 Probleme
8 Lösungen

PUNKTESTAND
190

ANZAHL DER ABZEICHEN
4

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

etwa 11 Jahre vor

Gelöst


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

etwa 11 Jahre vor

Gelöst


Rounding
Round 10.67 and make 'y' equal to that number.

etwa 11 Jahre vor

Gelöst


Remainder
Make 'y' equal to the remainder of 27 divided by 5. When x=27 and t=5

mehr als 11 Jahre vor

Gelöst


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

mehr als 11 Jahre vor

Problem


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

mehr als 11 Jahre vor | 3 | 381 Lösungsvorschläge

Gelöst


length of a vector
Find twice the length of a given vector.

mehr als 11 Jahre vor

Problem


length of a vector
Find twice the length of a given vector.

mehr als 11 Jahre vor | 3 | 778 Lösungsvorschläge

Problem


size of a vector
Find twice the size of a given vector.

mehr als 11 Jahre vor | 0 | 0 Lösungsvorschläge

Problem


size of a vector
Find twice the size of a given vector.

mehr als 11 Jahre vor | 0 | 0 Lösungsvorschläge

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

mehr als 11 Jahre vor

Gelöst


Max of a Vector
Write a function to return the max of a vector

fast 12 Jahre vor