![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/28221047_1667733551880_DEF.jpg)
Sumanth
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
adding cells of two arrays
A = [10,9,13,21,18] [9,9,11,18,18] B = [11,10,12,20,19] [10,9,13,21,18] How can i add both? such that C = [21, 19, 25, 41, 37...
2年弱 前 | 2 件の回答 | 0
2
回答質問
How can i rewrite this logic for n elements?
if q(1,1) == 1 disp("q1 is selected") D = D1; P= P1; elseif q(1,2) == 1 disp("q2 is selected") D = D2...
2年弱 前 | 1 件の回答 | 0
1
回答質問
comparision of data with logic given as input
This is a sample data for 3. I am stuck at how to write the same logic for 10 such that there should be comparision for all the ...
2年弱 前 | 2 件の回答 | 0
2
回答質問
how to use elements from array to sort data
numdata = xlsread("res Data.xlsx"); 1500 1500 500 1500 500 2500 850 850 200 850 200 1000 2800 2800 1700 2800 1700 5200 500 5...
2年弱 前 | 3 件の回答 | 0
3
回答質問
How to change a range of numbers in a matrix to a random number of a matrix?
G = (1:125); G = reshape(1:125,[25,5]); x = setdiff(0:24, 2:25); G is my matrix now i want to change element values ranging f...
2年弱 前 | 1 件の回答 | 0
1
回答質問
How to remove specific numbers from an array?
lb = [0 0 0 0 0]; ub = [24 24 24 24 24]; How can I remove or not consider certain values in the array? For each 0 - 24 range ...
約2年 前 | 1 件の回答 | 0