photo

NaN


Last seen: 1年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
1 回答

ランク
33,107
of 301,617

評判
1

コントリビューション
2 質問
1 回答

回答採用率
50.0%

獲得投票数
1

ランク
 of 21,359

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,795

コントリビューション
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

回答