photo

NaN


Last seen: 1년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

2 질문
1 답변

순위
32,439
of 301,811

평판
1

참여
2 질문
1 답변

답변 채택
50.0%

획득한 표
1

순위
 of 21,419

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,692

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


How to input a NaN (as a nonexistent input variable) when evaluating a fuzzy system using evalfis
Hi all I have designed a fuzzy logic model using the fuzzy logic toolbox. The model has four input variables [x1, x2, x3, x4],...

2년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
Generation of random numbers in batches
Found the answer. Just need to store the state of the generator with s = rng and initialize with rng(s) the next generation Th...

거의 6년 전 | 0

| 수락됨

질문


Generation of random numbers in batches
Hello, Imagine the following code in Matlab rng(1) a = rand(1,100) rng(1) a2 = rand(1,200); These are two random gene...

거의 6년 전 | 답변 수: 4 | 0

4

답변