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