![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11318069_1539543778626_DEF.jpg)
Afiye Havva Geçgel
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
comparision of cell elements
I have a cell like this: cell={[1], [1 3 4], [],... [], [3 4], [3 4], [3 4]} I need to check if all elements of cell ar...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Array Operation with using another array
I have 2 different arrays as k=[4 9 3 3 6 8 8 12 6] m=[1 2 6 7] i need to reach the summation of k(1)+k(2)+k(6)+k(7) how...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Sum of matrix elements
I have that matrix p=[4 9 3 3 6 8 8 12 6] and i want to reach that one k=[4 13 16 19 25 33 41 53 59] I made with for l...
5年以上 前 | 2 件の回答 | 0
2
回答質問
Naming array with for loop
for i=1:n M=input('Enter array') end I see the result as, M= 1 2 3 M= 3 2 4 and so on. But i want to see that ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
How can I get a vector from users?
I need to get a vector from user. But user should enter the values *one by one* (eg: 1st value is 25 2nd value is 22). When use...
6年以上 前 | 2 件の回答 | 0