Community Profile

photo

Fatima Abdulla HCT2021


Last seen: quasi 2 anni fa Attivo dal 2021

Statistiche

  • 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

Visualizza badge

Content Feed

Visto da

Risolto


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]

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


Area of the yellow shaded region

circa 3 anni fa

Problema


Area of the yellow shaded region

circa 3 anni fa | 0 | 45 risolutori

Risolto


Squares inside a square!

circa 3 anni fa

Problema


Squares inside a square!

circa 3 anni fa | 0 | 50 risolutori

Risolto


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

circa 3 anni fa

Risolto


Draw a '0' in a one matrix!

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

circa 3 anni fa

Risolto


Temperature Conversion 1

circa 3 anni fa

Risolto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


Radians to Degrees
Convert radians to degrees.

circa 3 anni fa

Risolto


triangle

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Carica altro