Estadística
12 Archivos
Cody0 Problemas
30 Soluciones
CLASIFICACIÓN
N/A
of 301.213
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
1.413 of 21.191
REPUTACIÓN
1.346
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
12 Archivos
DESCARGAS
26
ALL TIME DESCARGAS
12159
CLASIFICACIÓN
15.442
of 173.422
CONTRIBUCIONES
0 Problemas
30 Soluciones
PUNTUACIÓN
370
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
orientation_independent_response_spectra
Orientation independent response spectra defined by DM Boore
5 meses hace | 3 descargas |
Enviada
groundmotion_Simulation_Clough_Penzien_spectrum
Simulating nonstationary ground motion from the Clough-Penzien spectrum
más de 3 años hace | 1 descarga |
Enviada
processing_groundmotion
Performs processing of the ground motion
más de 3 años hace | 2 descargas |
Enviada
2D Frame Analysis
Structural Analysis of Plane Frame using matrix methods
más de 3 años hace | 5 descargas |
Enviada
dist_corr
Computes "Distance Correlation" between two vectors
alrededor de 7 años hace | 1 descarga |
Resuelto
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
casi 10 años hace
Resuelto
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
casi 10 años hace
Resuelto
Approximate e
Given a and n, compute and approximation to f = a * e ^ n, without the use of exp, string operations, or floating point numbers....
casi 10 años hace
Resuelto
Sum of Logarithms
Given a vector, v, of real positive numbers, compute the sum, s, of the base-10 logarithms of the elements of v, without the use...
casi 10 años hace
Enviada
Truss GUI Improved
Structural analysis of plane truss
alrededor de 10 años hace | 1 descarga |
Resuelto
Matrix of almost all zeros, except for main diagonal
Write a program to input an integer n and build a n-by-n matrix with the numbers 1,2,...,n on the main diagonal and zeros elsewh...
alrededor de 10 años hace
Resuelto
Polynomial Evaluation
Create a routine that takes a list of coefficients of a polynomial in order of increasing powers of x; together with a value of ...
alrededor de 10 años hace
Resuelto
Replace secondary diagonal elements of a square array
Replace all the secondary diagonal elements of the square array A with the number n Example: A=[1 2 3; 4 5 6; 7 8 ...
alrededor de 10 años hace
Enviada
Response Spectrum
Calculates Response Spectrum of a time series
casi 11 años hace | 2 descargas |
Enviada
Spectral Densities
Calculates spectral densities of time series
casi 11 años hace | 3 descargas |
Resuelto
Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...
alrededor de 11 años hace
Resuelto
Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...
alrededor de 11 años hace
Resuelto
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
alrededor de 11 años hace
Resuelto
Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...
alrededor de 11 años hace
Resuelto
Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...
alrededor de 11 años hace
Resuelto
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
alrededor de 11 años hace
Resuelto
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
alrededor de 11 años hace
Resuelto
Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...
alrededor de 11 años hace
Resuelto
Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...
alrededor de 11 años hace
Resuelto
Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...
alrededor de 11 años hace
Resuelto
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
alrededor de 11 años hace
Resuelto
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
alrededor de 11 años hace







