Estadística
0 Problemas
87 Soluciones
CLASIFICACIÓN
N/A
of 301.751
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.409
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
6.497
of 176.380
CONTRIBUCIONES
0 Problemas
87 Soluciones
PUNTUACIÓN
1.005
NÚMERO DE INSIGNIAS
2
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]
más de 1 año hace
Resuelto
Create vector as shown in test cases
Create vector as shown in test cases
más de 1 año hace
Resuelto
Duplicate each element of a vector.
for an n-dimensional vector x, the function should return another vector 2n-dimension which each element is repeated twice. Ex...
más de 1 año hace
Resuelto
Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.
más de 1 año hace
Resuelto
Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.
más de 1 año hace
Resuelto
Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...
más de 1 año hace
Resuelto
Square root of a number
Write a code that will output the square root of x.
más de 1 año hace
Resuelto
02 - Vector Variables 4
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2d.png>> (Logarithmically spaced numbers between 1 and 1...
más de 1 año hace
Resuelto
Who knows the last digit of pi?
There is only one man who knows the last digit of pi, who is that man? Give the name of that man, who, by popular believe, can ...
más de 1 año hace
Resuelto
02 - Vector Variables 2
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2b.png>>
más de 1 año hace
Resuelto
02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>
más de 1 año hace
Resuelto
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
más de 1 año hace
Resuelto
01 - Scalar variables
Create the following variables: <<http://samle.dk/STTBDP/Assignment1_1.png>>
más de 1 año hace
Resuelto
Determine the square root
Determine the square root of the value the user has entered, n.
más de 1 año hace
Resuelto
Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...
más de 1 año hace
Resuelto
Given A4 sizes find A3's long side
I think you know the relation between A3 and A4 paper so givens are sides of A4 x1=long side of A4 y1=short side of A4 y2 is ...
más de 1 año hace
Resuelto
Component area
Find the area of the component below, all measurements are in mm <<https://image.ibb.co/hocruF/Component.png>>
más de 1 año hace
Resuelto
row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.
más de 1 año hace
Resuelto
Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones
más de 1 año hace
Resuelto
Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.
más de 1 año hace
Resuelto
Square a Number
Given an input x, return y, which is equal to the square of x.
más de 1 año hace
Resuelto
Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem
más de 1 año hace
Resuelto
Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...
más de 1 año 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...
más de 1 año hace
Resuelto
Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.
más de 1 año hace
Resuelto
Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...
más de 1 año hace

