photo

LukasJ


Last seen: 대략 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
2 답변

순위
157,328
of 300,392

평판
0

참여
3 질문
2 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
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. ...

거의 5년 전 | 0

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변