Community Profile

photo

Katherine Xie


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Solver

バッジを表示

Feeds

表示方法

解決済み


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

7年以上 前

解決済み


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

7年以上 前

解決済み


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

7年以上 前

解決済み


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

7年以上 前

解決済み


Vector with a repeated entry
Create a row vector of length n, filled with 4's. For example, if n = 3, output = [4 4 4] Hint: Search for the function...

7年以上 前

解決済み


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

7年以上 前

解決済み


Corresponding letter to ASCII code.
Given the letter, the output will show the corresponding ASCII code.

7年以上 前

解決済み


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

7年以上 前

解決済み


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

7年以上 前