photo

Mohammad Sayeed


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Econometrics

统计学

MATLAB Answers

13 个提问
1 个回答

排名
264,656
of 300,081

声誉
0

贡献数
13 个提问
1 个回答

回答接受率
53.85%

收到投票数
1

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,273

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How can I create a column vector by taking only the maximum values from each three values of another column matrix?
Hello This is only an example, say that I have a column vector of 99 rows contains number 1 to 99 such as c=[1:99]'. Now I nee...

10 years 前 | 0 个回答 | 0

0

个回答

提问


How can I insert missing rows in a matrix
Hi Guys I have a matrix like this: x=[1 4; 4 6;2 3;3 2;4 2;1 3]. where I am showing data of three days. The first row is like...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How can I Repeat time data for a number of days
Hi Guys, I have generated a column vector of one minutes interval time (So I have 1440 rows of time). Now I need repeat the time...

10 years 前 | 1 个回答 | 0

1

个回答

提问


generating random variables with expected value of one and finite variation.
How can I generate positive i.i.d random variables with the expected value of one and finite variation in MATLAB? Anyone help pl...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to merge different matlab files into one file
I have different Matlab files containing columns of stock price data. I need to incorporate all the price columns into one file....

10 years 前 | 1 个回答 | 0

1

个回答

提问


Inserting missing dates and values
I have two column matrix representing a time series data with daily interval. But I have few missing data so some of the dates a...

11 years 前 | 2 个回答 | 1

2

个回答

已回答
How to create a column vector where each element will be compounded amount by percentage of another vactor?
Thank you very much Yoav. It worked perfectly. Kind regards Sayeed

11 years 前 | 0

提问


How to create a column vector where each element will be compounded amount by percentage of another vactor?
Hi, suppose that x=[.2 .3 .4]'; I need to create z=[1000 1000*(1+.2) 1000*(1+.2)(1+.3) 1000*(1+.2)(1+.3)(1+.4)]'. This is just a...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How to fill up missing rows in a matrix based on time column?
Hello guys I have a data matrix like the attached file. This is time series data which shows hourly price of a stock for differ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Truncating rows from a matrix
I have a matrix of panel data with 23 cross sections and 144 time intervals. So total number of rows is 23*144=3312 in the matri...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to retain only the rows of a matrix based on the unique numbers in the first column of the matrix?
Hello guys Say that a=[1 3 3; 1 4 3; 2 4 3; 2 5 2; 2 4 2; 3 2 1; 4 3 4; 4 3 2] I need to keep the rows where I have only uniqu...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Truncation of a vactor
Hello I have a vector like this x=[4 7 17 4 6 9 12] I need to get rid of any values which are higher than 10. I tried this...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Filling up zeros forward/backward columnwise
Hi I need to fill up zeros by the previous data columnwise in a matrix containing 5 minutes data for 10 days. each day I have 28...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How to fill up missing values in a matrix?
Hi if i have matrix (6 by 4) like the following: 11 1 1 12 4 3 13 3 3 14 2 3 15 4 7 16 3 4 I need to m...

11 years 前 | 1 个回答 | 0

1

个回答