フィルターのクリア

x domain for figure

3 ビュー (過去 30 日間)
Sarah K
Sarah K 2019 年 10 月 22 日
回答済み: Walter Roberson 2019 年 10 月 23 日
x = 1:0.1:200
is this the same as writing
1 (x covers this domain)?
OR
0<(x covers this domain)?

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 10 月 23 日
I do not understand what your notation about (x covers this domain) means. However I can point out that 1:0.1:200 does not include any value less than 1; in particular it does not include any value 0 <= x < 1, especially not 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, or 0.9

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by