photo

Grant Sellers

MathWorks

Attivo dal 2017

Followers: 0   Following: 0

I'm an engineer at MathWorks, with professional interests in Physical Modeling, Controls, DSP, and Audio Systems. Outside of work, I do a lot of music, board games, and video games.

For assistance with questions related to MathWorks products, please either post to MATLAB Answers or contact Technical Support using the Contact Us link in the upper-right corner of the page. Contacting me directly will likely not result in a response.

Statistica

All
MATLAB Answers

0 Domande
3 Risposte

Cody

0 Problemi
1 Soluzione

RANK
4.331
of 300.364

REPUTAZIONE
12

CONTRIBUTI
0 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
2

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
118.033
of 168.407

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Can I use filtfilt with a Highpass filter?
Hello Philipp, If you look at the code of the filtfilt function, using "edit filtfilt", you will notice a slightly different ...

quasi 8 anni fa | 1

| accettato

Risposto
How can I apply sgolay derivatives to a matrix of signals
Hello Jelle, I think it does make sense to rework your script as a matrix operation. Typically, vectorization does have good ...

quasi 8 anni fa | 1

| accettato

Risposto
Is there any support for PS4 controller and 9DOF IMU in MATLAB & SIMULINK?
Hello Prayag, There is not currently support from MathWorks for the PS4 controller in MATLAB or Simulink. A limited number of...

quasi 8 anni fa | 0

Risolto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

oltre 8 anni fa