photo

Tyler F


Last seen: quasi 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

1 Domanda
5 Risposte

Cody

0 Problemi
3 Soluzioni

RANK
104.686
of 300.381

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
79.202
of 168.477

CONTRIBUTI
0 Problemi
3 Soluzioni

PUNTEGGIO
40

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 3 Month Streak
  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Optimized Iterations and Permutations
I run a good number of simulations that so far I have been doing with deeply nested loops but I figure there has to be some more...

circa 3 anni fa | 1 risposta | 0

1

risposta

Risposto
creating vector from n value
You can use the repmat function. n=2; N = repmat(1/n,1,n) >> [0.5 0.5]

oltre 3 anni fa | 0

Risposto
Finding Average Day for each hour from large dataset
Your first column is hours, you could use the reshape command to convert your data into a 24 x 365 matrix then do operations on ...

oltre 3 anni fa | 0

Risolto


5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...

quasi 4 anni fa

Risolto


Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...

quasi 4 anni fa

Risolto


Fast 1-D Convolution (full shape)
This is the first problem in the <http://www.mathworks.com/matlabcentral/cody/?term=Fast+1-D+Convolution fast 1-D convolution se...

quasi 4 anni fa

Risposto
storing values in for loop
You arent storing the value for each loop. Every time it loops the values for a and b overwrite. I cant run your code without yo...

quasi 4 anni fa | 0

Risposto
How to pass this signal in time to frequency?
Assuming t is a vector of time stamps, dt is your sampling time, to get a "proper" fft plot I would add this to the end of your ...

quasi 4 anni fa | 0

Risposto
I need to take a string ,and return the first recurring character.
Without helping you too much for a HW assignment, there are a few other commands you can use that may be included in your approv...

quasi 4 anni fa | 0