photo

Hananeh


university of illinois at chicago

Last seen: 約4年 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

Cody

4 問題
8 解答

ランク
N/A
of 301,370

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,243

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
27,903
of 174,217

コントリビューション
4 問題
8 解答

スコア
190

バッジ数
4

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

約11年 前

解決済み


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

約11年 前

解決済み


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

約11年 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

問題


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

11年以上 前 | 3 | 381 個のソルバー

解決済み


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

11年以上 前

問題


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

11年以上 前 | 3 | 778 個のソルバー

問題


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

11年以上 前 | 0 | 0 個のソルバー

問題


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

11年以上 前 | 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:...

11年以上 前

解決済み


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

11年以上 前