photo

Marisa


2014 年からアクティブ

Followers: 0   Following: 0

統計

Cody

9 問題
14 解答

ランク
N/A
of 301,344

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,238

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
16,355
of 174,044

コントリビューション
9 問題
14 解答

スコア
345

バッジ数
4

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

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

平均評価

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

平均いいねの数

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

バッジを表示

Feeds

表示方法

問題


Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G

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

解決済み


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

11年以上 前

問題


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

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

問題


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

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

解決済み


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

11年以上 前

問題


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

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

解決済み


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

11年以上 前

問題


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

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

解決済み


ASCii Code
Using Matlab get the ASCii for '?'

11年以上 前

問題


ASCii Code
Using Matlab get the ASCii for '?'

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

解決済み


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

11年以上 前

問題


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

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

解決済み


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

11年以上 前

問題


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

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

解決済み


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

11年以上 前

問題


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

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

解決済み


Complex number
For complex number c=a+bi, write code that will add a and b together.

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

11年以上 前

解決済み


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

11年以上 前

解決済み


Solving Quadratic Equations (Version 1)
Quadratic equations have the form: ax^2 + bx + c = 0. Example: x^2 + 3x + 2 = 0, where a = 1, b = 3, and c = 2. The equation has...

11年以上 前

解決済み


Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...

11年以上 前