Dominik Deml
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
0 Problemas
4 Soluciones
CLASIFICACIÓN
207.263
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
61.047
of 153.912
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
50
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
Pregunta
Get rid off white border in spectrum
Hi there, I want to plot the spectrum of a grayscale image. Unfortunately there is a white border on the right side and at ...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Low pass filter for image
I want to create a lowpass filter (circle!) for an 110 x 160 pixel image. The cut-off frequency should be 0.13/pixel. What I t...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Sampling frequency for image
I have an 30 x 30 pixel image that looks like this: The spatial frequency is 0.1 (1/pixel) The code to produce this image: ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Change ylim of spectogram
I'd like to change the `ylim` (frequency) values of my spectogram plot. fs = 20000; n = 0:5*fs - 1; N...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Click in the beginning and end of pure tone
I am wondering why there is a kind of clicking sound in the beginning but especially in the end of a pure tone. What I am doin...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Problem with using siunitx (latex) in xlabel, ylabel,
I want to use SI-Units in xlabel and ylabel. It should be interpreted as latex-text. What I have tried so far: xlabel('Zeit ($...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Round values of one datatip row
I have the following code: a = [1.002, 2.006, 3.01, 4.016, 5.022]; b = [2.32, 4.123, 6.864, 8.535, 10.087]; times = [2, 4];...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Add second x axis at the bottom of each subplot
I'd like to have two x-axis for each subplot. The number of subplots is not always 2. (max. 5) My code: t = 0:10; y = {sin(t...
más de 2 años hace | 0 respuestas | 0
0
respuestasResuelto
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...
alrededor de 5 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...
alrededor de 5 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...
alrededor de 5 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 5 años hace