photo

bilgesu ak


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

MATLAB Answers

12 Fragen
1 Antwort

RANG
250.842
of 300.392

REPUTATION
0

BEITRÄGE
12 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.335

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

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to find the first column's values regarding to second column?
Hi; I have a CZ matrix that changes iteratively (according to an assignment logic) like given below. First column shows task ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to delete the colon's in a matrix?
Hi; I have a data in the form of : 1,2:8 1,3:3 1,4:3 1,5:2 1,6:5 Is there an easy way to remove the colons ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to find the exact values in a column and make a computation according to the next column of it?
Hi; I have matrix that first column shows task numbers, second column shows the station numbers that tasks assigned and third c...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to insert a new column to a matrix after its every two column?
Hi; I have a matrix as: A= 1 1 1 1 1 1 5 1 5 1 3 1 4 ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to find the column indices of the latest row's minimum value?
Hi; I have matrix and I want to have the answer that which column has the last row's minimum value ? For example my matrix...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to define a while statement that when the variable equals a numerical value, ends the code?
Hi, I want to write a while condition that when variable A gets a numerical value inside the loop, ends the code, otherwise c...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to write a logical statement?
Hi; I need to write a logical statement but I couldn't succeed it. It is attached file because of exponential numbers... This...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to delete diagonal values in a matrix?
Hi everyone; For example I got an matrix that all diagonal values are zero and I want to remove them. A=[0 5 4 3 3 0...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to generate uniform discrete distribution starts from zero?
Hi; I want to generate a matrix that generated from uniform discrete distribution. I use unidrnd command but this command sta...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to find predefined values indices in a matrix?
Hi; I have a matrix that first column shows the tasks, second column is the station numbers that tasks assigned and third one...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how can I write a while condition for an empty array?
I write a while loop as: while set==[] .... .... end but when I run my code it only works until the while loop, n...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how can I find the rows number that all are zero?
Thanks very much, it works!

mehr als 10 Jahre vor | 0

Frage


how can I find the rows number that all are zero?
I have a matrix for example: prec=[ 0 0 0 0; 0 0 0 0; 1 0 0 1; 0 1 0 1]; I want to find the rows n...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten