photo

Luke


Last seen: 1年以上 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
90 解答

ランク
N/A
of 302,034

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,507

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
4,220
of 178,313

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

スコア
1,056

バッジ数
3

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

1年以上 前

解決済み


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

1年以上 前

解決済み


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

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年以上 前

解決済み


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

1年以上 前

解決済み


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

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年以上 前

解決済み


Temperature Conversion 1

1年以上 前

解決済み


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

1年以上 前

解決済み


Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...

1年以上 前

解決済み


y equals x divided by 2
function y = x/2

1年以上 前

解決済み


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

1年以上 前

解決済み


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

1年以上 前

解決済み


Create sine function out of cosine
Please don't use sin(x) directly

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

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年以上 前

解決済み


kmph to mps
convert kilometer per hour to meter per second

1年以上 前

解決済み


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

1年以上 前

解決済み


Create cosine function out of sine
Please dont use cos(x) directly

1年以上 前

解決済み


findPositiveEvenNumbers
Write a MATLAB function findPositiveEvenNumbers that takes an array of integers as input and returns a new array containing only...

1年以上 前

解決済み


Kinetic energy calculation

1年以上 前

解決済み


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

1年以上 前

解決済み


Draw the symbol '+'
Draw '+' in an x-by-x matrix (where x is odd and x >3) Example: x = 5 y = [0 0 1 0 0 0 0 1 0 0 1 1 1 1 1 0 ...

1年以上 前

解決済み


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

1年以上 前

解決済み


Laws of motion 2

1年以上 前

解決済み


Laws of motion 1

1年以上 前

解決済み


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

1年以上 前

解決済み


Potential energy calculation

1年以上 前

さらに読み込む