Vitek Stepien
University of Rochester, Institute of Optics
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Professional Interests:
Simulation, Lasers, Optics
Estadística
5 Preguntas
5 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
5.646
of 295.448
REPUTACIÓN
8
CONTRIBUCIONES
5 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
84.503
of 153.872
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
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
Finding peaks in a very noisy signal
Let me explain my work a bit, but first comments on the previous answers: I often have very noisy signals to analyze, and I use...
2 meses hace | 0
Pregunta
Finding peaks in a very noisy signal
Hi, I have a large set of noisy signals, see examples below. I want to calculate the mean frequency of the pulsations, and to...
2 meses hace | 2 respuestas | 0
2
respuestasPregunta
Drawing ROI in app designer produces error after using drawrectangle more than one time
Hi, I'm interactively drawing an ROI with drawrectangle in app designer. It works great, I don't have problems with it being t...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestahow to adjust Axis limit for wavelet transform plot?
Hi Dolly, I had the same problem, in my case it turned out that when using wcoherence without output arguments to plot it autom...
alrededor de 1 año hace | 0
Gaussian process regression - how to fit a basis function but not other parameters
If I understand correctly, you're trying to programatically figure out whoch fitting function would work best for the data given...
alrededor de 1 año hace | 0
Pregunta
Can you perform a wavelet coherence calculation with synchrosqueezing of the signals?
Hi, I'm analyzig some dynamic time domain data and comparing multiple signals. So far, I have good results using the wavelet ...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to programmatically get a list of all app properties in AppDesigner
Hi, I'm writing a large app in appDesigner, and I want to create a list / text area that would display all of the app property ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Zoom feature using mouse in app designer stopped working
Hi, I have an app written in App Designer, and recently the Zoom tool stopped working. When I try to Zoom in to a specific sect...
más de 2 años hace | 1 respuesta | 0
1
respuestaResuelto
Persistent Usage
This Challenge is to implement the Matlab Persistent variable capability. Given a sequence of Calls to a function return the cu...
más de 2 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:...
más de 2 años hace
How do I plot two subplots side by side in one figure?
Try using subplot with 2 columns, iand see if that does what you need. Instead of: subplot(5,1,ii); Use: subplot(5,1,ii); T...
casi 3 años hace | 0
Count the number of same elements in an array
I found this function extremely useful, and doing exactly what you need: V = [ 1 2 4 3 4 2 3 5 6 4 5 6 8 4 2 3 5 7 8 5 3 1 3 5 ...
más de 3 años hace | 4