photo

david crowley


Last seen: 대략 1년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

13 질문
1 답변

순위
192,572
of 300,851

평판
0

참여
13 질문
1 답변

답변 채택
53.85%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

대략 3년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Simple logical conditional flag column
Figured it out tt.C2 = cumsum(tt.C1);

대략 4년 전 | 0

| 수락됨

질문


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

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 4 | 0

4

답변

질문


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

거의 5년 전 | 답변 수: 3 | 0

3

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변