photo

LukasJ


Last seen: 9 mois il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
Neural Network not updating weights after configuration
Dear Uday, I tried to determine the best network architecture first by looping over the neurons of the first and second layer. ...

plus de 3 ans il y a | 0

Question


Neural Network not updating weights after configuration
Dear all, I created a very simple feedforwardnet using the following code: % set up numknot = 14; net = feedforwardnet([nu...

presque 4 ans il y a | 2 réponses | 0

2

réponses

Question


Replacing specfic numbers in string
Dear all, I have got a substring and an array which look like this substr={'B0.2Si0.05'}; numarray = [0.184320000000000 0.046...

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

2

réponses

Réponse apportée
Extracting string and number pairs from a mixed string
ok so numbers = str2double(regexp(myString,'[\d.]+','match')); does give me the numbers but words = regexp(myString,'[\w*]+...

plus de 4 ans il y a | 0

Question


Extracting string and number pairs from a mixed string
Dear all, I have read in material data and have gotten an array of chemical compositions of the type (chr): 'Fe61Zr8Co7Mo15B...

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

2

réponses