photo

LukasJ


Last seen: alrededor de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
2 Respuestas

CLASIFICACIÓN
158.022
of 300.343

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.172

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • First Review
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
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. ...

casi 5 años hace | 0

Pregunta


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...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Respondida
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*]+...

más de 5 años hace | 0

Pregunta


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...

más de 5 años hace | 2 respuestas | 0

2

respuestas