Giannakis Stoukas
Followers: 0 Following: 0
Statistica
23 Domande
0 Risposte
RANK
35.725
of 295.448
REPUTAZIONE
1
CONTRIBUTI
23 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
52.17%
VOTI RICEVUTI
1
RANK
of 153.872
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Colots in matrix graph
I have one matrix,that every row of it,is a route,and i want the command to have different color for every row/route
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
Do a matrix,array
I have a matrix A=[5 4 3; 1 8 2; 6 9 7] and i want to insert it into one array B=[5 4 3 1 8 2 6 9 7].How i will do it?
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Create a matrix from another matrix
I have a matrix A=[ 5 6 4; 1 2 8; 9 7 11] and two arrays that have the coordinates x,y of every variable of the matrix A.I want ...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Can i use quadruple for loop?
I need to make a swap between two variables of different row of a matrix and i think to use quadruple for to do it.Is it ok,or i...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Has anyone a minimize vehicles or routes part of algorithm?
I have a problem that wants to minimize the routes (Vrp problem) and i want a code for it
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Maximum of a row in a matrix
I want the maximum of a specific row in a matrix
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Graph of routes in vrp tw problem
How i can do a graph in matlab for routes of a vehicle routing problem? Like this one,but in matlab <https://www.google.gr/s...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
How i can insert a random integer between two numbers?
I have a variable and i want it to take a randome integer between numbers 2 and 101
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
How i can save a random value from a matrix in a variable,exluding values lower than 1?
I have a matrix 100X100 and i want a command to insert in variable pnode a random value of this matrix but,i want the value to b...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Using while like for
I want to use while loop,like double for loop.I have a while flag==0 for i+1:N for j=1:V ...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
??? Error using ==> eq Matrix dimensions must agree.
orders are min_cost = min(x(:)); [pnode, node] = find(x == min_cost); [row, column]=find(My_matrix == pnode); [rows,...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
??? Error using ==> eq Matrix dimensions must agree
[row, column]=find(My_matrix== pnode); I try to use this command and i get this error ??? Error using ==> eq Matrix dimensio...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Minimum value,row and column
I want to find the minimum value of a matrix,the row and the column of it
oltre 9 anni fa | 3 risposte | 0
3
risposteDomanda
Chcking in two rows
I have a matrix A and i want to check only two rows of this matrix,and i dont want to check all the matrix.For example A=[row1;r...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
I want to find in which row the minimum element is
I have a vector and i wand to find in which row i have the lowest number
oltre 9 anni fa | 1 risposta | 1
1
rispostaDomanda
how i will choose a random element of a matrix and then find in which row,column it is
I have a matrix A and i want to insert to a variable a random element of this matrix,except two numbers 0 and 1.Then i want to f...
oltre 9 anni fa | 3 risposte | 0
3
risposteDomanda
How i will choose a random element of a matrix
I have a matrix A,and i want to choose randomly an element from the matrix.How i will do that?
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
i want to enter a matrix into a zero matrix except one row
I have one matrix A(11,14) and i want to enter it inside the zero matrix B(10,14) except the row 6.How i will do that?
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
I want the number of rows that have bigger than 0 or 1
For example i have the matrix A=[2 3 1; 4 7 6; 1 9 1; 1 0 1] and i want the overall number of the rows that have bigger than 1 p...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
Relocate element from a row to another
Hello,i want to relocate an element from a row to an another and delete the other row.For example i have the matrix A=[1 2...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
find sum of each row
Hello,i have a vector named dem(101) and a matrix routes(21,14) that has inside the numbers 1,2,3,4 etc. for example the first ...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Which row has the minimum non zero element?
Hello i have a matrix and i want to find which is the row with minimum nonzeros elements.I dont want the number of non zeros,but...
oltre 9 anni fa | 3 risposte | 0
3
risposteDomanda
swap elements in a matrix
Hello i want to swap elements in a matrix.I want to do it to elements of the same row and to elements of differents rows. Please...
oltre 9 anni fa | 2 risposte | 0