Effacer les filtres
Effacer les filtres

x domain for figure

3 vues (au cours des 30 derniers jours)
Sarah K
Sarah K le 22 Oct 2019
x = 1:0.1:200
is this the same as writing
1 (x covers this domain)?
OR
0<(x covers this domain)?

Réponses (1)

Walter Roberson
Walter Roberson le 23 Oct 2019
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

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by