photo

Pedro Oliveira


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
17,759
of 297,503

声誉
2

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
2

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Bar Graph Patterns instead of Colors
Hi, I have generated some bar graphs with each column having different colors. However, I need to have each column have a dif...

7 years 前 | 1 个回答 | 2

1

个回答

提问


Provide a row vector as legend
Hi, I have a bar graph and I'd like to do a legend assigning the values of each column to a specific number which I have stor...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Chi-Squared Distribution Fitting
Hi, I'd like to do a histogram fitting of a chi-squared distribution. What is the best to do it in Matlab? As Matlab doesn...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Splitting matrix into row vectors
Hi, I have a matrix (with varying dimensions so those aren't important) and I want to split it into vectors such that the fir...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to find next number divisible by n
Hi, I have a number 'a' and I want to find the next number 'b' that is divisible by a certain n (if 'a' isn't divisible by n). ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How does MATLAB do fft and ifft in matrices
Hi, I'm trying to do the ifft and fft of matrices, but I'm getting unexpected values. I only don't get any error when dealin...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix Elements Manipulation (Re-ordering matrices and their elements)
If I have a matrix A, A = [1,2,3,4,5,6,7,8] How can I turn it into a 4x2 matrix which assigns the elements row-wise, i.e. ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix Elements Re-ordering
If I have a matrix A that is: A = [1, 2; 3, 4; 5, 6;7, 8] How can I reorder it so that it becomes, A = [1,3;5,7;2,4;6,8...

7 years 前 | 1 个回答 | 0

1

个回答