photo

Ioannis Agalliadis


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
39,988
of 300,753

REPUTATION
1

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


How to plot the following table?
I have created the following table with the following data. How can I plot these data effectively? T = table({'Layer1';'L...

8 years ago | 1 answer | 0

1

answer

Question


Use of save inside parfor
I have the following parfor in which I run function ' *train_me_ANN*' where I train my model with different features (55 folds i...

8 years ago | 1 answer | 0

1

answer

Question


Increasing number of workers, fail
I am working on a server with 40 CPUs as you can see also in the image. <</matlabcentral/answers/uploaded_files/90674/1.png>>...

8 years ago | 1 answer | 0

1

answer

Question


Parfor: Variable indexed in different ways.
I want to parallelize the following for loop but the I have the following problem: *In a parfor loop variable 'perf' is indexed...

8 years ago | 1 answer | 1

1

answer

Question


Concatenate cell arrays from structs
I have the following struct named *output*. Inside this output I have 27 fields with their values. Their values are 1x8 cell ...

8 years ago | 2 answers | 0

2

answers

Question


How to create multiple objects and add values in a for loop?
I have the following function which take as inputs the name of the feature I want to examine on my data and its corresponding cl...

8 years ago | 1 answer | 0

1

answer

Question


Invalid wavelet name for continous wavelet transform
I try to 3D plot some CWT I have computed. According to MATLAB, *valid wnames are amor, morse and bump*. However, when I use amo...

8 years ago | 1 answer | 0

1

answer

Question


How to declare multiple output arguments ?
I have declared in one .m file all the following output arguments for my function preprocessing_data. The input arguments are th...

8 years ago | 1 answer | 0

1

answer

Question


Concatenate integer to variable name
Hi, I would like to concatenate the number of the corresponding level to the cell arrays I create. This is what I have tried so...

8 years ago | 2 answers | 0

2

answers