photo

Thomas


Last seen: 12ヶ月 前 2025 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
88 解答

ランク
N/A
of 302,041

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,511

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
4,625
of 178,349

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

スコア
1,033

バッジ数
3

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

1年以上 前

解決済み


Square a Number
Given an input x, return y, which is equal to the square of x.

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

1年以上 前

解決済み


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

1年以上 前

解決済み


Temperature Conversion 2

1年以上 前

解決済み


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

1年以上 前

解決済み


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

1年以上 前

解決済み


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

1年以上 前

解決済み


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

1年以上 前

解決済み


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


Find the max element of the array
Find the max element of the array

1年以上 前

解決済み


Double all elements in the array
Duplicate all elements in the array

1年以上 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

1年以上 前

解決済み


Total energy

1年以上 前

解決済み


Kinetic energy calculation

1年以上 前

解決済み


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

1年以上 前

解決済み


Laws of motion 2

1年以上 前

解決済み


Laws of motion 5
Calculate the force is u are given mass and acceleration.

1年以上 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

1年以上 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

1年以上 前

解決済み


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

1年以上 前

解決済み


Laws of motion 1

1年以上 前

解決済み


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

1年以上 前

解決済み


Potential energy calculation

1年以上 前

解決済み


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

1年以上 前

さらに読み込む