Fatima Abdulla HCT2021 - MATLAB Central
photo

Fatima Abdulla HCT2021


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

CodyFrom 03/21 to 05/25Use left and right arrows to move selectionFrom 03/21Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

5 Problems
317 Solutions

RANK
39,704
of 298,512

REPUTATION
0

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,606

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
394
of 161,536

CONTRIBUTIONS
5 Problems
317 Solutions

SCORE
4,233

NUMBER OF BADGES
26

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Cody Challenge Master
  • 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

View badges

Feeds

View by

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]

4 years ago

Solved


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

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

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Problem


Area of the yellow shaded region

4 years ago | 0 | 49 solvers

Solved


Squares inside a square!

4 years ago

Problem


Squares inside a square!

4 years ago | 1 | 64 solvers

Solved


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

4 years ago

Solved


Draw a '0' in a one matrix!

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

4 years ago

Solved


Temperature Conversion 1

4 years ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


Radians to Degrees
Convert radians to degrees.

4 years ago

Solved


triangle

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


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

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

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Load more