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