Konstantinos
Aristotle University of Thessaloniki
Followers: 0 Following: 0
Statistiques
19 Questions
0 Réponses
RANG
40 341
of 295 486
RÉPUTATION
1
CONTRIBUTIONS
19 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
84.21%
VOTES REÇUS
1
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Boxplot - Size of the labels
<</matlabcentral/answers/uploaded_files/39774/Screenshot_5.png>> If we assume that I have produced the boxplot of the picture...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Passing values from an excel file to another using matlab
I have a matrix in excel with negative values. I want to create a new matrix in an excel file with the absolute values of the pr...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Save and close figure in Matlab
My code produces 1 figure after each iteration. The problem is that, I have to run my code 1000 times, which means 1000 iteratio...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Error in savefig command
I used the following code in matlab in odrer to save my figures: FolderName = tempdir; % Your destination folder FigList...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Save all the plots
Each time I run my code it produces 100 figures. So, I have to waste my time and save each one of them. Is there a command that ...
plus de 9 ans il y a | 4 réponses | 0
4
réponsesQuestion
Export Data from Matlab to Excel
Each time I run my code in matlab it produces 2 matrices: W1 (20 x 1) and W2 (20 x 1).I want to aytomatically pass the values of...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Sort and Compare elements in a row matrix to form a new one
I have the following row matrix (1x8): Α = [ 1 0 0 1 0.5 0.4 0.5 0.4 ] and I want to create a new matrix Β which contains ...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Random Gaussian variable distribution
Does matlab has a specific command to denote a zero mean non-Complex Gaussian random variable with unit variance ? Or does anyon...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Replace elements in a row matrix randomly
I have a raw matrix (1x8), which is generated randomly each time and it consists of 1s and 0s. I want to produce 3 1s each time ...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
Solving an equation of sums
I want to find y in an equation which has the following form: 1/(1+y)^1 + 1/(1+y)^2 + 1/(1+y)^3 + 1/(1+y)^4 + 1/(1+y)^5 + 1/(...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Import data from excel
I have an excel file which contains a 4x4 matrix filled in with certain values. I want to assign this matrix to a variable in ma...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Create a row Matrix
I want to create a row matrix of 20 elements (1x20), which consists of 1s and 0s. 1s are generated with rate:r and 0s are genera...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
Fill in a matrix
I want to create a row matrix of 16 elements and fill in the first 8 elements (as well as the last 8 elements) of it, with integ...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
Fill in a Matrix with predefined numbers
I want to create a row matrix of 16 elements and fill in the first 8 elements (as well as the last 8 elements) of it, with integ...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Check and replace elements in a matrix
I have a random generated matrix (2x8) which consist of zeros and ones. How can I check, in each row, if there are 2 ones in the...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Create a Matrix - Replace elements of a Matrix
I want to create a row of a matrix which consist of 16 zeros and random replace 4 of the first 8 elements with ones and 2 of the...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Creating a submatrix from a matrix
I want a code to create a matrix which consist of rows and columns of another matrix. i.e. A (4X4) = [ 1 2 3 4; 5 6 7 8; 1 3 ...
presque 10 ans il y a | 2 réponses | 1
2
réponsesQuestion
Finding element with max value in each row of a matrix
How can I find the 4 elements with the largest values in each row of a matrix ? Moreover, I would like to know the exact positi...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
Solving a System of Equations
I am experiencing difficulties in solving the following system of equations: Υ=Χ+Α-Β*e^(-Χ/6), Υ= -10log[10^(1.76)-10^(-X/10)]...
environ 11 ans il y a | 1 réponse | 0