photo

Brian Neiswander

MathWorks

Last seen: 1 giorno fa Attivo dal 2015

Followers: 1   Following: 0

Messaggio

All comments and opinions expressed here are mine alone and do not necessarily reflect those of my employers, past or present.

Statistica

All
MATLAB Answers

0 Domande
17 Risposte

File Exchange

1 File

Cody

0 Problemi
10 Soluzioni

RANK
1.214
of 301.540

REPUTAZIONE
62

CONTRIBUTI
0 Domande
17 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
21

RANK
1.923 of 21.319

REPUTAZIONE
964

VALUTAZIONE MEDIA
4.80

CONTRIBUTI
1 File

DOWNLOAD
59

ALL TIME DOWNLOAD
9167

RANK
40.709
of 175.260

CONTRIBUTI
0 Problemi
10 Soluzioni

PUNTEGGIO
110

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 3
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Assigning Attributes to the entity in simulink
You can use a |<https://www.mathworks.com/help/matlab/ref/switch.html switch>| statement to assign values to the |ServiceTime| a...

circa 8 anni fa | 1

| accettato

Risposto
finddelay returns identical value (0) for "best" and "worst" case.
Hi Evan, The "finddelay" function does not consider the strength of the correlation found. Given two signals, it simply retu...

oltre 10 anni fa | 0

Risposto
re-build time series from pwelch after removing peaks in the spectra
Hi Richard, I recommend using a band-stop filter rather than manually removing a peak from the spectra and then recreating th...

oltre 10 anni fa | 0

Risposto
Multitaper spectral estimation (pmtm.m)
I was able to run the code you posted in R2015a without an error. The error you see may be caused by a local "dpss" function th...

oltre 10 anni fa | 1

| accettato

Risposto
How I can remove orbital error from ROI-PAC result?
I understand that you would like to remove orbital fringes from unwrapped SAR data. This really depends on the nature of the de...

oltre 10 anni fa | 0

| accettato

Risposto
Simulink Data Cube Accumulation
One approach is to use the "Buffer" block to create data frames and then use a "To Workspace" block to write the frames to a wor...

oltre 10 anni fa | 0

Risposto
Separate touching drops in Binary image
The "watershed" approach should be able to handle this problem. Even though the "watershed" function splits the edges into sepa...

oltre 10 anni fa | 3

Risposto
Many small Eigenvalue Decompositions in parallel on GPU?
The "pagefun" function does not currently support the function "eig". However, note that the "eig" function will accept GPU a...

oltre 10 anni fa | 3

Risposto
Creating Karatsuba's algorithm with Matlab
From your description of the problem, it sounds to me like you need to create a recursive algorithm to solve this problem. See ...

oltre 10 anni fa | 1

Risposto
How do I calibrate array in MATLAB using 3 variables??
I understand that you have three distinct vectors "a", "b", and "c". From your descriptions: * "a" contains un-calibrated m...

oltre 10 anni fa | 3

Risposto
Plotting hourly values using datetick
One approach is to explicitly set the "XTick" property of the axes using date number values. As an example, let's assume that y...

oltre 10 anni fa | 1

Risposto
Use of time Series
Using a simple linear interpolation should be the easiest method to accomplish this. Let's say you have some sample measureme...

oltre 10 anni fa | 2

Risposto
getting error when activating
This issue can occur if your system (eg. Windows) username contains special characters. To resolve this issue, try creating a n...

oltre 10 anni fa | 1

Risposto
Oblate Spheroid Class setting C
Given the general equation of an ellipsoid: (x/A)^2 + (y/B)^2 + (z/C)^2 = 1 The spheroid is a special case of an ellipso...

oltre 10 anni fa | 0

Risposto
Extract Frequency, Amplitude and Phase of Logarithmic chirp
You can get instantaneous amplitude envelope, phase, and frequency information from a signal using the Hilbert transform. In MAT...

oltre 10 anni fa | 2

| accettato

Risposto
Can i add an image to an axes without a push button
As Brendan mentioned, you can accomplish this using the "KeyPressFcn" property of the figure window. This property allows you t...

oltre 10 anni fa | 2

Risposto
Save an image with a different name using GUI
The function "savefig" was introduced in MATLAB R2013b. If you are using a version earlier than MATLAB R2013b, try using: ...

oltre 10 anni fa | 1