photo

Masoud Dorvash


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
3 个回答

排名
6,001
of 299,763

声誉
8

贡献数
2 个提问
3 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,797

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Problem in displaying or printing final result.
Hi everybody, I need help in my codding, the code and my final results are as below: [rYY_es_Max, rYY_es_Lags] = max...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
How to print ?
Hi there, If you do not have the data and just want to plot in the mentioned scale, you need to use these commands, syms x y ...

4 years 前 | 0

| 已接受

已回答
How to convert decimal values to a fix length of binary numbers?
Hi there, you can easily use dec2bin(n,p) where n is your decimal number and p is your desired length (for your question is 1...

4 years 前 | 0

| 已接受

已回答
how can i write function to display matrix?
Hello, You just need to use D = diag(v); This command will create a matrix with the elements of v on the main diagonal. Try...

4 years 前 | 0

提问


How to create two independent Normal distribution ?
I want to create two (or more) independent distributions, then I want to find the Covariance of them. My problem is how to defi...

4 years 前 | 1 个回答 | 0

1

个回答