Ararat Cetinkaya
Followers: 0 Following: 0
Statistik
15 Fragen
0 Antworten
RANG
197.065
of 295.569
REPUTATION
0
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
46.67%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
How to plot overlapped graphs better?
I have a two different data called Desired and Simulated output. The difference between the data is around 0.003-0.006 and I wan...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to make a table as a figure ?
I want to make a table given below in a Matlab and for different values ı want to change color of the cell.
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
visualization of the 2-D grid world in MATLAB?
Hi, have an Env matrix given below and ı have an agent walking inside of this enviroment. I want to visualize this environment...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to plot line with dots?
I have a two matrix X and Y. I want to make a line graph with dots with plot function. plot (x,y,'--ok'); it is just plott...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find a spesific value in a matrix?
I have an obstacles = [3,3; 3,4; 3,5; 4,3] matrix and I want to search [3,3] matrix in obstacles matrix and if this coordinates...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
if all elemets of a array equal, which array will be choose by MAX function?
Hi I have an a = [0, 0 , 0 , 0 , 0 ] matrix and when try to use max(a) it always choose the first element as a max value. ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error in if condition
hi everybody, I have a two different variables; enthleft and enthright. I want to turn NaN values to Zero but when both varia...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to convert NaN value to 'zero' ?
Hi Everybody, I have an equation like this "Enthropy = (-p2/b)*log2(p2/b)". p2 values changing according to another equation ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to merge the matrices in one matrice?
I want to merge class matrix in one matrix in for loop but it gives error like Unrecognized function or variable 'allclass'. fo...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error in For Loop
Hi everybody, I have code given below, num is a 1500x3 sized matrix and it has class labels in its third column and number o...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to give a dynamic variable name in for loop?
Hi everybody, I have a 4500x3 sized matrix. First two columns of the matrix contains the x and y value of the data set and th...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to add multiple conditions to While loop ?
Hi everybody, I want to work this While loop until all error values equal to 0, but code given below stop working when one of...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to separate a matrix according to class labels?
Hi everybody, I have a matrix with size of 1500x3. Third column of the this matrix contains the class labes as a numeric like...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to write a matrix to spesific excel row?
Hi everybody, I have an 91x1 matrix and ı want to add this matric to excels F (Columns A to E are already full )column. I try...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can I find the smallest 3 numbers in a matrix array?
Hi everyone, I have a matrix array with dimensons 1x91. I want to find smallest 3 numbers in this array, how can ı find ? ...
fast 5 Jahre vor | 2 Antworten | 0