문제를 풀었습니다


Magnitude of a vector
Given a vector x, what is its magnitude?

8개월 전

문제를 풀었습니다


Distance Travelled by Vehicle

8개월 전

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


Size

8개월 전

문제를 풀었습니다


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

8개월 전

문제를 풀었습니다


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

8개월 전

문제를 풀었습니다


cube of number
find cube of number

8개월 전

문제를 풀었습니다


square of a number
find square of a given number

8개월 전

문제를 풀었습니다


square root
Find square root of given number

8개월 전

문제를 풀었습니다


Surface area of a cone

8개월 전

문제를 풀었습니다


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

8개월 전

문제를 풀었습니다


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

8개월 전

문제를 풀었습니다


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

8개월 전

문제를 풀었습니다


Mile to Kilometer
x is mile and y is km

8개월 전

문제를 풀었습니다


Volume of Cylinder
Find the volume of a cylinder

8개월 전

문제를 풀었습니다


Circle : Square

8개월 전

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


Flow rate in a pipe

8개월 전

문제를 풀었습니다


modulus of a number
find the modulus of a given number

8개월 전

문제를 풀었습니다


NaN

8개월 전

문제를 풀었습니다


Remainder
Given two number a and b find the remainder when you divide a by b

8개월 전

문제를 풀었습니다


Mode
Find the mode of a vector x

8개월 전

문제를 풀었습니다


Subtraction
Given two numbers a and b subtract them

8개월 전

문제를 풀었습니다


Prime Number
Determine if a number is prime

8개월 전

문제를 풀었습니다


Division
Given two numbers a and b divide them a/b

8개월 전

문제를 풀었습니다


Add two numbers
Given two numbers a and b add them together

8개월 전

문제를 풀었습니다


Multiplication
Given 2 numbers a and b mulitply them

8개월 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

8개월 전

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


Calculate the height of an object dropped from the sky
Assume that an object is dropped from 1000 meters above the surface of the earth at time t=0. The object is dropped such that t...

8개월 전

더 보기