photo

Aleya Marzuki


Last seen: 4年以上 前 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年 前 | 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年 前 | 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年以上 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答