統計
Cody
0 問題
94 解答
ランク
N/A
of 302,092
評判
N/A
コントリビューション
0 質問
0 回答
回答採用率
0.00%
獲得投票数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
解決済み
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
3年弱 前
解決済み
Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....
3年弱 前
解決済み
Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...
3年弱 前
解決済み
Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...
3年弱 前
解決済み
Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...
3年弱 前
解決済み
Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...
3年弱 前
解決済み
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...
3年弱 前
解決済み
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
3年弱 前
解決済み
Find The area of the square
Given that the length of the side of a square is x, find the area.
3年弱 前
解決済み
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
3年弱 前
解決済み
Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]
3年弱 前
解決済み
Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.
3年弱 前
解決済み
Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.
3年弱 前
解決済み
Find x in provided equation!
x^2-2*x+1=0 This polynomial can be expressed by using each term's coefficients, such as [1 -2 1]. Using the polynomial ...
3年弱 前
解決済み
Function(3)
Use this function to earn some points on your cody journey! function y = your_fcn_name(x) y = x^2 - 12; end
3年弱 前
解決済み
Easy Function
Use this function to earn some points (hit submit): function y = your_fcn_name(x) y = x^2 + 10; end
3年弱 前
解決済み
Easy Function(1)
Use this function to earn some cody points! function y = your_fcn_name(x) y = x^2 - 1; end
3年弱 前
解決済み
Create Function
Use the equation below to earn some points! function y = fcn_of_your_choice(x) y = x^2; end
3年弱 前
解決済み
Easy Function(2)
Hit the submit button for some cody points! function y = your_fcn_name(x) y = x^2 + 20; end
3年弱 前
解決済み
Function(1)
Use this function for some points (free) function y = your_fcn_name(x) y = x^2 + 2; end
3年弱 前
解決済み
Easy Function(4)
Use the submit button to earn points function y = your_fcn_name(x) y = x^2 + 40; end
3年弱 前
解決済み
Utilize this function
Press submit for some points function y = your_fcn_name(x) y = x^2 - 2; end
3年弱 前


