Community Profile

photo

Hananeh


university of illinois at chicago

Last seen: 2 years 前 自 2014 起处于活动状态

统计数据

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

查看徽章

Content Feed

排序方式:

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

问题


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

9 years 前 | 3 | 355 个解题者

已解决


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

9 years 前

问题


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

9 years 前 | 2 | 700 个解题者

问题


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

9 years 前 | 0 | 0 个解题者

问题


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

9 years 前 | 0 | 0 个解题者

已解决


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

9 years 前

已解决


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

10 years 前