photo

Khulood Alshehhi HCT 2021


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

Followers: 0   Following: 0

統計

Cody

0 問題
251 解答

ランク
N/A
of 302,098

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,542

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
851
of 178,932

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

スコア
2,651

バッジ数
4

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

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

平均評価

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

平均いいねの数

  • Commenter
  • Community Group Solver
  • Promoter
  • Solver

バッジを表示

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]

5年以上 前

解決済み


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

5年以上 前

解決済み


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

5年以上 前

解決済み


Flow rate in a pipe

5年以上 前

解決済み


Squares inside a square!

5年以上 前

解決済み


Area of the yellow shaded region

5年以上 前

解決済み


Number Power
Raise a number to itself.

5年以上 前

解決済み


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

5年以上 前

解決済み


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

5年以上 前

解決済み


Square root of a number
Write a code that will output the square root of x.

5年以上 前

解決済み


Solve system of equation!
Given provided system of equation, and find x and y. System of equation can be expressed as each term's coefficient. For exam...

5年以上 前

解決済み


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

5年以上 前

解決済み


square number
Square a number

5年以上 前

解決済み


Divide pi
Divide pi by x!

5年以上 前

解決済み


Multiply pi
Multiply pi with x!

5年以上 前

解決済み


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

5年以上 前

解決済み


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

5年以上 前

解決済み


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

5年以上 前

解決済み


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

5年以上 前

解決済み


only input
Return the output without writing any code into the function.

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

5年以上 前

解決済み


convert lll

5年以上 前

解決済み


convert ll

5年以上 前

解決済み


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

5年以上 前

解決済み


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

5年以上 前

解決済み


Calculate square and cube of number
Calculate square and cube of number x

5年以上 前

解決済み


area

5年以上 前

さらに読み込む