GEORGIOS BEKAS - MATLAB Central
photo

GEORGIOS BEKAS


Last seen: presque 3 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Engineering Optimization specialist

Statistiques

All
CodyMATLAB AnswersFrom 10/17 to 03/25Use left and right arrows to move selectionFrom 10/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

45 Questions
2 Réponses

Cody

0 Problèmes
389 Solutions

RANG
17 724
of 297 805

RÉPUTATION
2

CONTRIBUTIONS
45 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
46.67%

VOTES REÇUS
2

RANG
 of 20 473

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
422
of 159 570

CONTRIBUTIONS
0 Problèmes
389 Solutions

SCORE
3 990

NOMBRE DE BADGES
4

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • CUP Challenge Master
  • Commenter
  • Thankful Level 3
  • Promoter
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Genetic algorithm objective function
I want to create an objective function that will be the sum of a series of 100 variables that will have a range of values betwee...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


Turning a sequence of operations into a function
I have a sequence of operations that attempts to calculate, whether there is an increase or a decrease in the next step, in comp...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Undefined function or method 'mrdivide'
I wrote the following code which is automatically generated by the ntstool of MATLAB for the training of a NARX neural network. ...

environ 4 ans il y a | 1 réponse | 0

0

réponse

Question


Indexing problem. I want to insert a vector into another vector with a loop.
I have a matrix A, whose initial form is as follows: A = [5 4 3] By using the following expression: A = [A,zeros(1, 12)]; ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


Interpolation problem. How can I generalize for a bigger number of intervals?
Imagine that I want to express in a way that I will describe below, a number that falls into a possible range of values. E.g. t...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


Interpolation code. How can I deal with a strange problem.
Imagine that I want to express in a way that I will describe below, a number that falls into a possible range of values. E.g. t...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


Creating two row matrices out of any initial matrix that would contain each element inside the initial matrix and the one in the previous column.
I am trying to create two row matices out of an initial matrix. The two row matrices need to contain each element inside the ini...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


Problem with my code?
I wrote the following code that is based on reading two csv files that I include. clc clear a = dlmread ('gb.csv') b = d...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


Reshaping an 1x365 matrix with daily observations within a year
I have a matrix with observations and its size is 1x365. It has to do with daily observations starting from the day Sunday, whic...

environ 6 ans il y a | 1 réponse | 0

1

réponse

A résolu


Divisible by 9
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

environ 6 ans il y a

A résolu


Divisible by 3
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

environ 6 ans il y a

Question


Can you find the error in this code that aims to sum the digits of a string?
I wrote this code in order to sum the digits of any string, and to also create a loop that stops the summing process when the le...

environ 6 ans il y a | 2 réponses | 0

2

réponses

A résolu


Determine the length of a string of characters
Determine the length of a string of characters

environ 6 ans il y a

A résolu


Accessing elements on the diagonal
Access the diagonal elements of a matrix without 'diag' function

environ 6 ans il y a

A résolu


Sum the 'edge' values of a matrix
Sum the 'edge' values of an input matrix (the values along the perimeter). Example [1 2 3 4 5 6 7 8 9] Output = ...

environ 6 ans il y a

A résolu


MATCH THE STRINGS (2 CHAR) very easy
Match the given string based on first two characters on each string. For example A='harsa'; b='harish'; result '1' ...

environ 6 ans il y a

A résolu


Kaprekar Steps
6174 is the <http://en.wikipedia.org/wiki/6174_%28number%29 Kaprekar constant>. All natural numbers less than 10,000 (except som...

environ 6 ans il y a

A résolu


Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...

environ 6 ans il y a

Question


Reading a dat file; there is a bug
I have written the following code in order for MATLAB to read a dat file that I attach. There is a bug in line 20, despite the ...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


Logic behind triple loops
Hi I am new in triple loops and trying to find a way to automate the generation of these numbers: 11000 11001 21001 ...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


BAYESIAN OPTIMIZATION OF A NEURAL NETWORK
I wrote the following code to optimize the architecture of a neural network via Bayesian optimization. What's wrong with it? ...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


Error in creating a function
What's wrong in the following expression? ObjectiveFunction = @x() sim(net, x')

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


USING A NEURAL NETWORK AS AN OBJECTIVE FUNCTION INSIDE A GENETIC ALGORITHM
I trained a neural network with the name 'net', after that I am using a genetic algorithm to do some optimization. After using ...

plus de 6 ans il y a | 1 réponse | 1

0

réponse

A résolu


Area of a circle
Find the value for area of the circle if diameter is given

presque 7 ans il y a

A résolu


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

presque 7 ans il y a

A résolu


Matlab Basics - Create a row vector
Write a Matlab script to create a row vector of 10 consecutive numbers x = [1 2 3 4 5 6 7 8 9 10]

presque 7 ans il y a

A résolu


Create a square matrix of multiples
Given an input, N, output a matrix N x N with each row containing multiples of the first element of each row. This also applies...

presque 7 ans il y a

A résolu


CONVERT TAN TO SIN
In a right angle triangle ABC given the tan(A) then find sin(A) For example tan(A)=3/4 then sin(A)=3/5

presque 7 ans il y a

A résolu


Hard limit function
Classify x data as if x>=0 then y=1 if x<0 then y=0 Example x = [ -2 -1 0 1 2] y = [ 0 0 1 1 1]

presque 7 ans il y a

A résolu


Replace multiples of 5 with NaN
It is required to replace all values in a vector that are multiples of 5 with NaN. Example: input: x = [1 2 5 12 10 7] ...

presque 7 ans il y a

Charger plus