![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/869547_1635435304758.jpg)
English, German
Professional Interests:
Classes, AI and Statistics, Stress and Strain, Finite Element Analysis (FEA)
Estadística
CLASIFICACIÓN
251.745
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
1 Pregunta
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
279 of 20.419
REPUTACIÓN
5.235
EVALUACIÓN MEDIA
4.90
CONTRIBUCIONES
3 Archivos
DESCARGAS
47
ALL TIME DESCARGAS
47798
CLASIFICACIÓN
30.124
of 157.725
CONTRIBUCIONES
0 Problemas
13 Soluciones
PUNTUACIÓN
149
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
más de 1 año hace
Resuelto
Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...
alrededor de 2 años hace
Resuelto
Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...
alrededor de 2 años hace
Resuelto
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
casi 3 años hace
Resuelto
Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...
casi 3 años hace
Resuelto
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
casi 3 años hace
Resuelto
Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...
casi 3 años hace
Resuelto
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
casi 3 años hace
Resuelto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
casi 3 años 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 C...
casi 3 años hace
Resuelto
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
casi 3 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 3 años hace
Pregunta
How can I filter white noise to obtain signal with desired PSD?
I need to generate various of signals with different PSD (power spectral density) and PDF (probability density function). My inp...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasEnviada
Rainflow Counting Algorithm
Very fast rainflow cycle counting for MATLAB
casi 15 años hace | 43 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/3026/versions/3/screenshot.png)
Enviada
MeanStdF
Mean and standard deviation functions of a signal
alrededor de 15 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/26205/versions/1/screenshot.png)
Enviada
Random numbers from a user defined distribution
creturns the matrix of random numbers from user defined probability density distribution.
alrededor de 15 años hace | 3 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/26003/versions/1/screenshot.png)