photo

LukasJ


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
166,405
of 299,003

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,659

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,074

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

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

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

4 years ago | 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...

5 years ago | 2 answers | 0

2

answers

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

5 years ago | 2 answers | 0

2

answers

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

5 years ago | 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...

5 years ago | 2 answers | 0

2

answers