
Sebastian
Followers: 0 Following: 0
Estadística
0 Problemas
87 Soluciones
CLASIFICACIÓN
N/A
of 298.102
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.534
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
4.344
of 160.343
CONTRIBUCIONES
0 Problemas
87 Soluciones
PUNTUACIÓN
1.014
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
Roll the Dice!
Description Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. Example [x1,x2] = rollDice(...
4 meses hace
Resuelto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
4 meses hace
Resuelto
Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle
4 meses hace
Resuelto
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
4 meses hace
Resuelto
Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...
4 meses hace
Resuelto
Area of right triangle
Given a hypotenuse and a leg , calculate the area of right triangle.
4 meses hace
Resuelto
Finding area of a triangle.
Find the area of an equalateral triangle with sides of 3 inches,
4 meses hace
Resuelto
Find the square root of x
Determine the square root of x. For example square root of 4 is 2.
4 meses hace
Resuelto
Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]
4 meses hace
Resuelto
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
4 meses hace
Resuelto
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
4 meses hace
Resuelto
Write a function to compute the area of a rectangle given its width and height
4 meses hace
Resuelto
Matlab Basics II - Unit Conversion
Write a function that converts Kg to lbs, returns the answer to the nearest 1/100th of a pound
4 meses hace
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
4 meses 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 ...
4 meses hace
Resuelto
Product of all elements in an array
Compute the product of all elements in an array.
4 meses 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...
4 meses hace
Resuelto
Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...
4 meses hace
Resuelto
Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.
4 meses hace