Cheerful


StonyBrook

2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

17 질문
2 답변

순위
113,902
of 300,980

평판
0

참여
17 질문
2 답변

답변 채택
23.53%

획득한 표
0

순위
 of 21,128

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 172,167

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to plot a transition map?
Dear Sir, I have a matrix of 100 by 6 where x-axis = 100 months and y-axis shows 1 columns of date and 5 columns of asset cla...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Standardized residuals from fitlm is not correct! The weight is ommitted!
Dear Sir, I have been comparing the results and noticed the standardized residuals calculated through matlab function of fitl...

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

1

답변

질문


How to sequentially process the columns of a table?
Dear Experts, I have a table, tableA as shown below. tableA portfolio0 portfolio1 portfolio2 ... portfolio9 returns...

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

1

답변

질문


Dynamic Table and cross section Table manipulation
Dear Experts, I have an expanding table, tableA as shown tableA stockID portfolio0 return date Apple 0.3 ...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


how to circular shift table columns
Dear Experts, I have a master table, tableTotal. Initially it is empty. portfoliot0 is a table of two columns portfol...

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

2

답변

질문


change strings to variable names and assign to their corresponding columns of a table
Dear Experts, Suppose the user wants to load a series of variables from a database and then compute these variables. User ...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Which is faster, save in 1)mat or 2) txt and then retrieve them later for processing?
Dear Experts, I have a large number of files that would be generated. Is it better to save each file in .mat compared to txt?...

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

2

답변

질문


How to merge two columns of a table into a single column
Dear Experts, I have a table, tableA of 3 columns. There are empty values in the first 2 columns and I want to merge the firs...

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

1

답변

답변 있음
How to convert the name of a table or cell array to string
Hi Expert I think there is a problem. I have many tables when I run my program and it picks up all the table names. So it is ...

9년 초과 전 | 0

질문


How to convert the name of a table or cell array to string
Dear Experts, I have a cell array named "cat" and a table named "dog" So cat has a series of data within. Likewise for dog. ...

9년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How to prevent cell array within cell array
Dear Experts I have two cell arrays. One cell array is a combination of another cell array. name = { 'Tom', 'Tim'}; r...

9년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Error using Unique for table to remove duplicate rows which consists of mixed data types
Dear Experts, I have a table with mixed data types. I try to remove duplicate rows according to column 1 (string) and column ...

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

1

답변

질문


Continue a statement into many lines without using ' ' ...
Dear Experts, I have a lengthy query in MySQL that I want to use it in Matlab. Matlab will use this to query the database (My...

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

2

답변

질문


Matlab accessing MySQL57, return data has no headers or label
Dear Experts, In MySQL, the data has headers for each column ie Ticker, Date, Price. However, when I used the below to fetch ...

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

0

답변

질문


comparing a number against a range of numbers in IF-ELSE
stockposition = [1 1 5 2 3; 1 3 5 2 4; 3 1 4 2 5]; for i=2:3 for j=1:2 if stockposition(i,j) ~= s...

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

1

답변

답변 있음
how to connect points where the interval has no values?
Dear Mr Matt, test1 is a data set. we can imagine the first column as x-axis and second column as y-axis. in the first column...

대략 13년 전 | 0

질문


how to connect points where the interval has no values?
Dear Sir, May I know how to connect points together where the interval between any two points have no values? ie my data s...

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

2

답변

질문


Forecasting 1-step/10 steps ahead with ARMA(1,1) and GARCH(1,1)
hello currently i am trying to forecast 1-step or 10 steps ahead with ARMA-GARCH with a known series. That is i am splitting ...

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

0

답변

질문


why square() cannot work with cftool
hi i have generated a data-series below: x=1:0.01:100; F=square(0.5*x); then i invoke cftool, under the custom equation...

13년 초과 전 | 답변 수: 3 | 0

3

답변