Estadística
0 Problemas
87 Soluciones
CLASIFICACIÓN
N/A
of 301.695
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.386
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
5.220
of 176.117
CONTRIBUCIONES
0 Problemas
87 Soluciones
PUNTUACIÓN
1.013
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
Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2
29 días hace
Resuelto
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
29 días hace
Resuelto
Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.
29 días hace
Resuelto
Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.
29 días hace
Resuelto
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
29 días hace
Resuelto
Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...
29 días hace
Resuelto
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
29 días hace
Resuelto
Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...
29 días hace
Resuelto
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
29 días hace
Resuelto
03 - Matrix Variables 2
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3b.png>> A 9x9 matrix of zeros, but with the following v...
29 días hace
Resuelto
Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...
29 días hace
Resuelto
ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122
29 días hace
Resuelto
Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...
29 días hace
Resuelto
Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2
29 días hace
Resuelto
the average value of the elements
Calculate the average value of the elements in the array
29 días hace
Resuelto
Calculate the average value of the elements in the array
Calculate the average value of the elements in the array
29 días hace

