photo

Sumanth


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
176,606
of 297,457

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答