
Fatima Abdulla HCT2021
Followers: 0 Following: 0
Estadística
5 Problemas
317 Soluciones
CLASIFICACIÓN
39.704
of 298.247
REPUTACIÓN
0
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.553
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
393
of 160.685
CONTRIBUCIONES
5 Problemas
317 Soluciones
PUNTUACIÓN
4.233
NÚMERO DE INSIGNIAS
26
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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]
alrededor de 4 años hace
Resuelto
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 ...
alrededor de 4 años hace
Resuelto
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 ...
alrededor de 4 años hace
Resuelto
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
alrededor de 4 años hace
Resuelto
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
alrededor de 4 años hace
Resuelto
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
alrededor de 4 años hace
Resuelto
Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.
alrededor de 4 años hace
Resuelto
Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.
alrededor de 4 años hace
Resuelto
Conversion from hours to mili sec
Convert given input in hours to mili seconds
alrededor de 4 años hace
Resuelto
Convert degrees to radians
Given input in degrees, output to radians
alrededor de 4 años hace
Resuelto
Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.
alrededor de 4 años hace
Resuelto
What percentage?
Calculate the output c as the percentage of a on b for given a and b.
alrededor de 4 años hace
Resuelto
Calculate square and cube of number
Calculate square and cube of number x
alrededor de 4 años hace
Resuelto
Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively
alrededor de 4 años hace
Resuelto
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...
alrededor de 4 años hace
Resuelto
Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.
alrededor de 4 años hace
Resuelto
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 ...
alrededor de 4 años hace
Resuelto
only input
Return the output without writing any code into the function.
alrededor de 4 años hace