photo

Angela Timochina


Last seen: 5年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
18 解答

ランク
N/A
of 301,927

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,467

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
36,852
of 177,436

コントリビューション
0 問題
18 解答

スコア
130

バッジ数
3

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

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

平均評価

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

平均いいねの数

  • Leader
  • Speed Demon
  • Solver

バッジを表示

Feeds

表示方法

解決済み


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

9年以上 前

解決済み


mean
Calculate the mean of a given vector (with positive elements) and return them in a vector.

9年以上 前

解決済み


matrix of zeros
Given n, create an n-by-n matrix of zeros.

9年以上 前

解決済み


ascii
Using matlab, give the symbol that is associated with ASCii code 101.

9年以上 前

解決済み


extract the fifth through the last elements
For any vector x, write a function that extracts the fifth through the last elements.

9年以上 前

解決済み


counting down
Create a vector that counts from 1000 to 400 in increments of 50.

9年以上 前

解決済み


transpose of matrix
Given a vector x, the output y should equal the transpose of x.

9年以上 前

解決済み


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

9年以上 前

解決済み


the difference of cubes
Given a and b, return the difference of cubes a^3 - b^3 in c.

9年以上 前

解決済み


subtract two numbers
Given a and b, return the difference a-b in c.

9年以上 前

解決済み


complex numbers
For complex number z=a+bi, write code that will multiply a and b together.

9年以上 前

解決済み


a column vector to a row vector
Write a script to convert a column (e.g. x = [1; 2; 3]) to a row (e.g. y = [1 2 3]), your script should be able to do this for a...

9年以上 前

解決済み


a vector with a repeated entry
Create a row vector of length x, filled with 7's, for example, if x = 5 output = [7 7 7 7 7] make sure to round UP when x ...

9年以上 前

解決済み


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

9年以上 前

解決済み


rounding
Round 5.46 and make 'y' equal to that number.

9年以上 前

解決済み


square root
Write a script that returns the square root of the elements in x. e.g. x = [1 4 9 16] --> y = [1 2 3 4]

9年以上 前

解決済み


length of a vector
Find three times the length of a given vector.

9年以上 前

解決済み


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