Community Profile

photo

Ayesha Alfili HCT2021


Last seen: alrededor de 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Contacto

Estadísticas

  • Community Group Solver
  • Commenter
  • Promoter
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Degrees to Radian
Convert degrees to radians

alrededor de 3 años hace

Resuelto


Radians to Degrees
Convert radians to degrees.

alrededor de 3 años hace

Resuelto


Electric Flux
Calculate the flux passing through a surface. E is electric field, A is area.

alrededor de 3 años hace

Resuelto


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

alrededor de 3 años hace

Resuelto


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

alrededor de 3 años hace

Resuelto


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

alrededor de 3 años hace

Resuelto


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

alrededor de 3 años hace

Resuelto


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

alrededor de 3 años hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

alrededor de 3 años hace

Resuelto


length of a vector
Find twice the length of a given vector.

alrededor de 3 años hace

Resuelto


pressure to dB?
given x ratio of pressure, find corresponding y dB

alrededor de 3 años hace

Resuelto


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

alrededor de 3 años hace

Resuelto


Array of Ones
Create a 100 X 100 array of ones.

alrededor de 3 años hace

Resuelto


Calculate the base-10 logarithm of a number
Calculate the logarithm of number x

alrededor de 3 años hace

Resuelto


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


Calculate square and cube of number
Calculate square and cube of number x

alrededor de 3 años hace

Resuelto


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

alrededor de 3 años hace

Resuelto


Conversion from hours to mili sec
Convert given input in hours to mili seconds

alrededor de 3 años hace

Resuelto


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

alrededor de 3 años hace

Resuelto


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

alrededor de 3 años hace

Resuelto


F.R.I.E.N.D.S

alrededor de 3 años hace

Resuelto


Number Power
Raise a number to itself.

alrededor de 3 años hace

Resuelto


Rounding
Round 10.67 and make 'y' equal to that number.

alrededor de 3 años hace

Resuelto


square number
Square a number

alrededor de 3 años hace

Resuelto


area

alrededor de 3 años hace

Resuelto


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

alrededor de 3 años hace

Resuelto


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

alrededor de 3 años hace

Resuelto


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

alrededor de 3 años hace

Cargar más