photo

Yerzhigit Bapin


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
40,510
of 300,057

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
1

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,162

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How do I get rid of positive or negative values in a cell array?
How do I create a cell array that consists of only positive or negative values of another cell array in a for loop? For examp...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to create vectors in the for loop
I have a hard time understanding the logic behind the for loops, so here is the question: I have a vector: A = [5 8 1 4 9 ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How do I change step interval in a frequency table in matlab
Hi all! I have created a frequency table as follows: A = [220 200 170 160 150 165 200 300 350 400 400 350 380 360 350 33...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do I truncate a normally distributed random variable?
I have a random variable 'y' that follows the normal distribution. For example: x = -4:0.1:4; y = normpdf(x); I need t...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to populate a cell array with vector elements?
I have a cell array consisting of n-number of cells, each of different size. I also have a vector consisting of n-number of elem...

8 years 前 | 3 个回答 | 0

3

个回答

提问


How to create vectors from a cell array?
I have a cell array consisting of 3 cells (1x10, 1x15, 1x20). How can I efficiently create 3 vectors?

8 years 前 | 2 个回答 | 1

2

个回答

提问


How to create matrices each containing integers in ascending order up to the value indicated in the parent matrix
Hello all! I have a matrix containing 3 numerical variables: A = [10 25 20] I need to create three matrices each contain...

8 years 前 | 2 个回答 | 0

2

个回答