photo

aya qassim


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
182,075
of 300,763

評判
0

コントリビューション
9 質問
0 回答

回答採用率
55.56%

獲得投票数
0

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


what is time efficiency
hey there, how can I know what is the time efficiency of a function in matlab for example I want to know whether the functio...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


how to release indexes in an array
I have the array arr=[-9,6,-2,0,4,98,2,-5,0,-9,4,3,1,1,-5] I have wrote this code and found out how many time each element is ...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


How to count tha maximum frequency of an element in a matrix/ array?
for example if I have an array x=[1,3,4,2,2,1,1,1,1] I want to know what is the frequency of each element in the array. thank...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


how to find out how many times a number apears in a 2D matrix ? which function to use?
Hey, how can I find how many time a numbers appears in an 2D matrix for example: If I have a matrix x=[1,3,4;2,2,1;2,2,1] ...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


how to find out wether the array is Hill or not?
Hey, If I have an array of numbers for example a=[1,2,2,3,3,4,4,2,-1,-1] this array has two series: one is an Ascending ser...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


how to use for loop?
if we have an array a= [1,2,3,1,2,3,4,1,2] and second array b=[1,2] we want to know what is the number of occurrences that b ar...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


how to find maximum alement
There is a matrix (nXm ) we should write a code that gives the maximum element in the matrix. it is eligible to use : sort, m...

約7年 前 | 1 件の回答 | 0

1

回答

質問


adding charecters to a string
How can I add a charecter or an element into a string. for exaple I have the word 'sTudent' I need to add the letter B after e...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How can I find the smallest element in an array without using the function 'min'??
for example I need to find the minimum element in array [1 2 4 3 0 -1 8 9 -2] but without using the function min. I cannot als...

約7年 前 | 2 件の回答 | 0

2

回答