photo

RozuSolo


Last seen: 3 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
C++

统计学

MATLAB Answers

2 个提问
1 个回答

排名
20,077
of 301,159

声誉
2

贡献数
2 个提问
1 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 21,182

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,105

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
row that increases more every element
nvm I got it.. It's just two vectors multiplied to each other [3, n] .* [3, n] so each element is 3x3 4x4 5x5 6x6 ect...

4 years 前 | 1

| 已接受

提问


row that increases more every element
Hello, I was wondering how I would make an array that increases more every element for example: given lets say n=randi([10 ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


how do I flip ever column in a matrix without using the fliplr function?
n = randi([4,15]); n_mat = randi ( [1,100], n, n) this generates a matrix, and I want basically do the "fliplr" command with j...

4 years 前 | 1 个回答 | 0

1

个回答