photo

Noah Sung

MathWorks

Last seen: 11ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
167 解答

ランク
N/A
of 302,093

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,541

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
1,148
of 178,893

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

スコア
2,160

バッジ数
13

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

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

平均評価

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

平均いいねの数

  • Draw Letters
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Commenter
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

約6年 前

解決済み


Test Problem; Create a 5x5 array containing all ones
This is a test for learning the process of creating a Cody problem. The goal of this test problem will be to create an array,...

約6年 前

解決済み


Equal to their cube
Tell me three real numbers that are equal to their cubes?

約6年 前

解決済み


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

約6年 前

解決済み


reverse string
input='rama' output='amar'

約6年 前

解決済み


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

約6年 前

解決済み


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

約6年 前

解決済み


Who knows the last digit of pi?
There is only one man who knows the last digit of pi, who is that man? Give the name of that man, who, by popular believe, can ...

約6年 前

解決済み


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

約6年 前

解決済み


Guess
A random number between 1 and 10 is created for the variable y. Guess what its value is.

約6年 前

解決済み


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

約6年 前

解決済み


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

約6年 前

解決済み


Number of problems
No, you don't read it wrong: this assignment is to return the number of this problem (and not the problem of this number).

約6年 前

解決済み


Add a row of zeros on top of a matrix
Given a matrix, insert a row of zeros as the top row.

約6年 前

解決済み


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

約6年 前

解決済み


Is it column vector?
Is it column vector? Check vector for column vector without using iscolumn function.

約6年 前

解決済み


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

約6年 前

解決済み


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

約6年 前

解決済み


Calculate volume of box
Calculate the volume of box,hiven its sides

約6年 前

解決済み


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

約6年 前

解決済み


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

約6年 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

約6年 前

解決済み


Concatenate two strings
Its very easy. Just concatenate two strings.

約6年 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

約6年 前

解決済み


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

約6年 前

解決済み


Number of digits in an integer
Specifies how many digits in a given integer. Example: in=100 ==> out=3

約6年 前

解決済み


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

約6年 前

解決済み


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

約6年 前

解決済み


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

約6年 前

解決済み


Reverse the elements of an array
Reverse the order of elements in an array: eg: input X = [ 1 2 3 ; 4 5 6 ; 7 8 9 ] o...

約6年 前

さらに読み込む