
Fatima Abdulla HCT2021
Followers: 0 Following: 0
Statistics
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
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
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
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
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
Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.
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
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