Konstantinos
Aristotle University of Thessaloniki
Followers: 0 Following: 0
Statistics
19 Questions
0 Answers
RANK
40,313
of 295,467
REPUTATION
1
CONTRIBUTIONS
19 Questions
0 Answers
ANSWER ACCEPTANCE
84.21%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 2 answers | 0
2
answersQuestion
Error in savefig command
I used the following code in matlab in odrer to save my figures: FolderName = tempdir; % Your destination folder FigList...
9 years ago | 0 answers | 0
0
answersQuestion
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 ...
9 years ago | 4 answers | 0
4
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 2 answers | 0
2
answersQuestion
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/(...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 2 answers | 0
2
answersQuestion
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...
10 years ago | 2 answers | 0
2
answersQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 2 answers | 1
2
answersQuestion
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...
10 years ago | 2 answers | 0
2
answersQuestion
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)]...
11 years ago | 1 answer | 0