Community Profile

photo

Fatima Abdulla HCT2021


Last seen: environ 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • 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

Afficher les badges

Feeds

Afficher par

A résolu


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]

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


Area of the yellow shaded region

environ 3 ans il y a

Problème


Area of the yellow shaded region

environ 3 ans il y a | 0 | 46 solveurs

A résolu


Squares inside a square!

environ 3 ans il y a

Problème


Squares inside a square!

environ 3 ans il y a | 0 | 50 solveurs

A résolu


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

environ 3 ans il y a

A résolu


Draw a '0' in a one matrix!

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

environ 3 ans il y a

A résolu


Temperature Conversion 1

environ 3 ans il y a

A résolu


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


Radians to Degrees
Convert radians to degrees.

environ 3 ans il y a

A résolu


triangle

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

Charger plus