photo

david crowley


Last seen: 12 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

13 Domande
1 Risposta

RANK
136.886
of 300.779

REPUTAZIONE
0

CONTRIBUTI
13 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
53.85%

VOTI RICEVUTI
0

RANK
 of 21.084

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.997

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Table referencing using cell
Hi all, I have two tables: Tickers Tickers nbr ________ ___ {'A2M' } 1 {'AAN' } 2 {'AAP' ...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Risposto
Simple logical conditional flag column
Figured it out tt.C2 = cumsum(tt.C1);

circa 4 anni fa | 0

| accettato

Domanda


Simple logical conditional flag column
I require help to develop some logic on the below data extract. I need the C2 column to toggle to '1' when C1 is '1'. Then, when...

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Build array from for loop
I have a for loop that generates an array (newdd) that changes in length in each iteration. How do create a new variable (arra...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Calculate running hold duration
I have a table that lists the history of stock transaction (extract attached). I require assistance to find out how long I've he...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Divide by every N rows
I am trying to perform the following calculation, but every 52 rows the denominator needs to change from (1,1) to (52,1) then (1...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Add String to Matlab Plot Annotation
I am trying to add an annotation to a plot that uses a variable from the workspace. I have used the below code, but the only out...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Ranking values - sorting into descending order
I have a that for each row (i) ranks the column values. However, it ranks them in the ascending order. I require it to be ranked...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


For loop to multiple columns
I have the following block of code: %RSI Calculation n = [14:2:18]; for i = 1:n gainC = diff(ABC).*((diff(ABC))> 0); ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Python function to Matlab
I have the following moving average function developed in Python3 that I need to convert into MATLAB. However, I can't seem to f...

oltre 4 anni fa | 4 risposte | 0

4

risposte

Domanda


Finding the difference in timeseries values
If I have the below timetable, how do I find the difference between values? Diff() doesn't work. I've tried diff(TableName.Varia...

oltre 4 anni fa | 3 risposte | 0

3

risposte

Domanda


Setting Arguments using VarFun & RSIndex
Due to the layout of my timetable data, I am required to use the following code when trying to calculate the rsindex(): %Set RS...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Using Diff() with NaN values
I am trying to find the difference between rows using the diff() function. However, because the rows contain NaN values I am get...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Error using movmax index
I need to find the number of periods since a stock price recorded an 14-day high. My proposed method was to use the following an...

quasi 5 anni fa | 1 risposta | 0

1

risposta