문제를 풀었습니다


Determine the square root
Determine the square root of the value the user has entered, n.

11개월 전

문제를 풀었습니다


surface of a spherical planet
you just discovered its circumference, that is the input.

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Distance Travelled by Vehicle

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Size

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


cube of number
find cube of number

11개월 전

문제를 풀었습니다


square of a number
find square of a given number

11개월 전

문제를 풀었습니다


square root
Find square root of given number

11개월 전

문제를 풀었습니다


Surface area of a cone

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Mile to Kilometer
x is mile and y is km

11개월 전

문제를 풀었습니다


Volume of Cylinder
Find the volume of a cylinder

11개월 전

문제를 풀었습니다


Circle : Square

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Flow rate in a pipe

11개월 전

문제를 풀었습니다


modulus of a number
find the modulus of a given number

11개월 전

문제를 풀었습니다


NaN

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Mode
Find the mode of a vector x

11개월 전

문제를 풀었습니다


Subtraction
Given two numbers a and b subtract them

11개월 전

문제를 풀었습니다


Prime Number
Determine if a number is prime

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Multiplication
Given 2 numbers a and b mulitply them

11개월 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

11개월 전

더 보기