photo

Aleya Marzuki


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
147,716
of 300,967

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,126

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,078

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Error when trying to remove rows with specific values from cell array.
I have a cell array that looks like this with strings and numbers I'm trying to write simple code that will remove entire row...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Convert struct with several fields into long table
I have a structure (see image) with 9 fields and 100 rows. Each row is a 200x1 double. As each row has exactly the same dimensio...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Repeat value/variable in one column based on variable in another column
I have a data table with one specific column (consisting of characters) containing some rows with 'CS1' and 'CS2' with rows of 7...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Generate column of random numbers that change slowly from row to row
I have basic code here that generates pseudorandom numbers from 0.2 to 0.8, 200 times. T = 200; prob = 0.2+0.8*rand(T,2); % ...

6 years 前 | 3 个回答 | 0

3

个回答

提问


Find mean of rows containing decimal numbers in between integers in a column
I have a column with mostly decimal numbers and some integers Example (the integers are in bold). - Y = [1 0.098 0.00076 0.0...

6 years 前 | 4 个回答 | 0

4

个回答

提问


Replace rows in one array with values from another column
I have a long column with integers. In any 24 of the rows, there are number 5s. For example [354, 693, 5, 1289, 1890, 3456, 5 .....

6 years 前 | 1 个回答 | 0

1

个回答

提问


Count how many times a number appears for X number of rows (e.g 99 rows) in an array.
I have a very long array made up of mostly 0s but also has rows with the number 5 in them. The 5s can occur for either 99 rows o...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Calculating the number of integers present after a specific value appears in an array
I have an array with streams of 9s and 7s occasionally punctuated by single 0s, [0 7 7 7 7 9 0 9 9 9 9 7 0 7 7 7 7 0]. I want t...

6 years 前 | 1 个回答 | 0

1

个回答