
Fatima Abdulla HCT2021
Statistics
RANK
39.704
of 258.180
REPUTATION
0
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 17.794
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
Content Feed
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]
circa un anno 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 ...
circa un anno 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 ...
circa un anno ago
Solved
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
circa un anno ago
Solved
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
circa un anno ago
Solved
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
circa un anno ago
Solved
Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.
circa un anno ago
Solved
Conversion from hours to mili sec
Convert given input in hours to mili seconds
circa un anno ago
Solved
Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.
circa un anno ago
Solved
What percentage?
Calculate the output c as the percentage of a on b for given a and b.
circa un anno ago
Solved
Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively
circa un anno 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...
circa un anno 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>.
circa un anno 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 ...
circa un anno ago