Community Profile

photo

Vitek Stepien


University of Rochester, Institute of Optics

Last seen: etwa ein Monat vor Aktiv seit 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Simulation, Lasers, Optics

Statistiken

All
  • Thankful Level 1
  • Solver
  • First Answer
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

7 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
how 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...

8 Monate vor | 0

Beantwortet
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...

8 Monate vor | 0

Frage


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 ...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Gelöst


Persistent Usage
This Challenge is to implement the Matlab Persistent variable capability. Given a sequence of Calls to a function return the cu...

fast 2 Jahre vor

Gelöst


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:...

fast 2 Jahre vor

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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 ...

mehr als 2 Jahre vor | 3