統計
Cody
0 問題
80 解答
ランク
N/A
of 302,067
評判
N/A
コントリビューション
0 質問
0 回答
回答採用率
0.00%
獲得投票数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
解決済み
Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]
2年以上 前
解決済み
Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem
2年以上 前
解決済み
multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...
2年以上 前
解決済み
Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.
2年以上 前
解決済み
Determine the square root
Determine the square root of the value the user has entered, n.
2年以上 前
解決済み
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
2年以上 前
解決済み
Which one is More bigger?
we have two input like (x,y) our output (z) must wich one is bigger input.
2年以上 前
解決済み
Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...
2年以上 前
解決済み
Determine if input is greater than 100
Evaluate if given number is greater than 100. If greater, return true; else, return false.
2年以上 前
解決済み
Determine if input is greater than pi
Evaluate if given number is greater than pi. If greater, return true; else, return false.
2年以上 前
解決済み
Bag of apples
find probabilty of getting red apples from a bag of 'r' red and 'g' green apples.
2年以上 前
解決済み
Identifying teenager
Suppose the age of a person is given. If he/she is a teenage, answer is 'yes'. Otherwise, the answer is 'no'.
2年以上 前
解決済み
Zero or hero
A number will be given as an input. You can be hero if it's not zero. (Just for fun)
2年以上 前




