Piecewise function. Dont know x
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens



3 commentaires
JAKE WISNIEWSKI
le 7 Nov 2019
Walter Roberson
le 7 Nov 2019
Duplicate question. You should merge it with your earlier questions on the same topic.
JAKE WISNIEWSKI
le 7 Nov 2019
Réponses (1)
Walter Roberson
le 7 Nov 2019
Establish a vector of definite x values. Use logical indexing
X = something definite
Y = nan(size(x));
Mask = x > something & x < something else
Y(Mask) = some vectorized expression in X(Mask)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!