Community Profile

photo

Ayesha Alfili HCT2021


Last seen: etwa 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Kontakt

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Degrees to Radian
Convert degrees to radians

etwa 3 Jahre vor

Gelöst


Radians to Degrees
Convert radians to degrees.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

etwa 3 Jahre vor

Gelöst


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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]

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Number Power
Raise a number to itself.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


square number
Square a number

etwa 3 Jahre vor

Gelöst


area

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Mehr laden