Community Profile

photo

Ayesha Alfili HCT2021


Last seen: ungefär 3 år ago Active since 2021

Followers: 0   Following: 0

Message

Statistics

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

View badges

Feeds

View by

Solved


Degrees to Radian
Convert degrees to radians

ungefär 3 år ago

Solved


Radians to Degrees
Convert radians to degrees.

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

ungefär 3 år ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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]

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


Number Power
Raise a number to itself.

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


square number
Square a number

ungefär 3 år ago

Solved


area

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Solved


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.

ungefär 3 år ago

Solved


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

ungefär 3 år ago

Load more