解決済み


Slope intercept application
Find y given slope (m), x, and y intercept (b).

約1年 前

解決済み


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

約1年 前

解決済み


divide by 5

約1年 前

解決済み


Surface area of a sphere
Given the radius of a sphere, find it's Surface area

約1年 前

解決済み


Perimeter of a Triangle

約1年 前

解決済み


convert matrix to single column
given any matrix, convert it to single column

約1年 前

解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

約1年 前

解決済み


Ohm’s Law - Calculate Resistance
Ohm’s Law states that resistance R can be calculated as:R=V/I​ where: V is the voltage (in volts) I is the current (in ampere...

約1年 前

解決済み


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

約1年 前

解決済み


Simple Electrical Power Calculation
Calculate the electrical power using the formula: P=V×I where: V is the voltage (in volts) I is the current (in amperes)

約1年 前

解決済み


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

約1年 前

解決済み


Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2

約1年 前

解決済み


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

約1年 前

解決済み


Find out if the given number is a square of natural number.
For example , Input =4,output =1 Input=1,output=1 Input=0,output=0 Input=8,output=0

約1年 前

解決済み


Laws of motion 1

約1年 前

解決済み


Sum of Even Numbers in a Vector
Write a function that takes a vector x as input and returns the sum of all even numbers in x. Input: x = [1, 2, 3, 4, 5, 6] ...

約1年 前

解決済み


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

約1年 前

解決済み


Converts numbers into characters
Converts numbers into characters

約1年 前

解決済み


easy problem
Find the last element of the array

約1年 前

解決済み


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

約1年 前

解決済み


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

約1年 前

解決済み


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

約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年 前

解決済み


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

約1年 前

解決済み


Spherical Volume
Calculate the volume of a sphere.

約1年 前

解決済み


Laws of motion 6

約1年 前

解決済み


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

約1年 前

解決済み


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

約1年 前

解決済み


Laws of motion 3

約1年 前

解決済み


Laws of motion 2

約1年 前

さらに読み込む