Community Profile

photo

Sumanth


Last seen: 12 mesi fa Attivo dal 2023

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


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...

circa un anno fa | 2 risposte | 0

2

risposte

Domanda


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...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa un anno fa | 2 risposte | 0

2

risposte

Domanda


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...

circa un anno fa | 3 risposte | 0

3

risposte

Domanda


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...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa un anno fa | 1 risposta | 0

1

risposta