Solved


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 months ago

Solved


Size

8 months ago

Solved


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 months ago

Solved


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 months ago

Solved


cube of number
find cube of number

8 months ago

Solved


square of a number
find square of a given number

8 months ago

Solved


square root
Find square root of given number

8 months ago

Solved


Surface area of a cone

8 months ago

Solved


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

8 months ago

Solved


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 months ago

Solved


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 months ago

Solved


Mile to Kilometer
x is mile and y is km

8 months ago

Solved


Volume of Cylinder
Find the volume of a cylinder

8 months ago

Solved


Circle : Square

8 months ago

Solved


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

8 months ago

Solved


Flow rate in a pipe

8 months ago

Solved


modulus of a number
find the modulus of a given number

8 months ago

Solved


NaN

8 months ago

Solved


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

8 months ago

Solved


Mode
Find the mode of a vector x

8 months ago

Solved


Subtraction
Given two numbers a and b subtract them

8 months ago

Solved


Prime Number
Determine if a number is prime

8 months ago

Solved


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

8 months ago

Solved


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

8 months ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

8 months ago

Solved


Converts numbers into characters
Converts numbers into characters

8 months ago

Solved


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 months ago

Solved


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 months ago

Solved


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

8 months ago

Solved


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

8 months ago

Load more