Community Profile

photo

Fatima Abdulla HCT2021


Last seen: etwa 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Quiz Master
  • Cody Problems in Japanese Master
  • Speed Demon
  • Creator
  • Introduction to MATLAB Master
  • Community Group Solver
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Project Euler I
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

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


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

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


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Area of the yellow shaded region

etwa 3 Jahre vor

Problem


Area of the yellow shaded region

etwa 3 Jahre vor | 0 | 46 Lösungsvorschläge

Gelöst


Squares inside a square!

etwa 3 Jahre vor

Problem


Squares inside a square!

etwa 3 Jahre vor | 0 | 50 Lösungsvorschläge

Gelöst


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

etwa 3 Jahre vor

Gelöst


Draw a '0' in a one matrix!

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

etwa 3 Jahre vor

Gelöst


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

etwa 3 Jahre vor

Gelöst


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

etwa 3 Jahre vor

Gelöst


Temperature Conversion 1

etwa 3 Jahre vor

Gelöst


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

etwa 3 Jahre vor

Gelöst


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

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


Convert degrees to radians
Given input in degrees, output to radians

etwa 3 Jahre vor

Gelöst


Radians to Degrees
Convert radians to degrees.

etwa 3 Jahre vor

Gelöst


triangle

etwa 3 Jahre vor

Gelöst


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

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


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

etwa 3 Jahre vor

Gelöst


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

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


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

etwa 3 Jahre vor

Gelöst


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

etwa 3 Jahre vor

Gelöst


only input
Return the output without writing any code into the function.

etwa 3 Jahre vor

Mehr laden