sampath kumar punna
Followers: 0 Following: 0
Statistik
RANG
147.506
of 295.527
REPUTATION
0
ANTWORTZUSTIMMUNG
31.82%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
finding the paths with successor values
if sucessor 1 2 2 3,4 3 4 4 if 1,2,3,4 are the activites and beside values are their ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
finding the position of values in a matrix
i have set X=[ 12 14 1 2 12 4 6 14 12 18 12 4 1 2] Y=[ 1 2 1 2 6 14 12 4] can i get the ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
finding the position of elements in a matrix if the elements are repeated
X=[ 148 124 189 147 119 121 160 144 160 102 133 125 63 99 104 122 141 1...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
calling elements in matrix
31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 42 42 42 42 42 42 ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
position of values in a matrix
i have a set of matrix 23 24 35 2 12 19 24 23 12 15 26 17 i want to know the position of in the matr...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
plotting the points near to origin
X Y 18 10 72 28 43 28 43 61 24 43 10 55 22 24 51 75 ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
fixing errors in code
class FindNearObj{ public static void main(String[] args) { int X[] = new int[]{485,48,65,466,47,426,27}; int Y[] =...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
calling matrices for a for loop
x1 =[ 8 9 15 39 23 14 13 17 38 42] x2 =[ 8 9 15 39 23 1...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
calling more than 2 matrix for for loop
A = 8 9 15 39 23 14 18 2 13 17 40 18 14 39 38 42 x1= A([...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
fixing an error for calling a variable in an array
Y = [1 7 3 9 11 12 15 18 22 12 12 23 15 19 10 22 17 ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
calling the row with values in column
Y 1 3 5 6 3 2 7 9 8 5 if Y is matrix , in the the second column we h...
etwa 5 Jahre vor | 1 Antwort | 0
1
Antwortcalling a value in a matrix
what if i have to call 7 from y and 4 from x
etwa 5 Jahre vor | 0
Frage
calling a value in a matrix
I have two sets X Y 1 2 3 6 4 7 5 8 I have ...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
plotting of graph for maximum and minimum values
X Y 106 163 128 155 139 163 161 155 83 148 105 140 116 148 138 140 ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to select a set which has a highest value when compared with other sets
If we have 4 sets as shown below A = [ 23 45 67 89 36] B= [ 32 56 44 47 33 66] C= [ 12 45 76 99 50 76] D= [ 19 67 89 37 19 ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
selection of rows in a matrix
how to select only few rows in a matrix 36 13 9 21 23 32 35 5 3 43 in ths five elemen...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to from a neural network to a set of matrix
If we have 8 activities like A, B, C, D, E, F, G, H I need to from a network where each activity has a values like this A...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to do NSGA II optimization for this objective function
Hi, can anyone help me out in optimising my solutions through NSGA II optimisation. If you go to this link and download the fi...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
NSGA II optimization for set of solutions
Hi, can anyone help me out in optimising my solutions through NSGA II optimisation. If you go to this link and download the fi...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
combinations and their sum
A = [1 2; 1 2; 1 2 1 2]; m = size(A,1); output = []; for j = 1:2 output = [output; A(:,j)']; for i ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
combination and their sum
hi can you help me with this 4 2 5 7 3 1 Combination 1: 4,5,3 Combination 2: 4,5,1 Combination 3: 4,7,3 Combination 4...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
combinations with 2 columns
Hi guys can you help out in creating a combination if we got 2 columns and 3 rows 1 2 1 2 1 ...
etwa 5 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
sorting of products based on requirement
i have two set of objectives actvites resources ...
etwa 5 Jahre vor | 1 Antwort | 0