Plotting a function with different limits
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
Can someone kindly help me with the code for the following problem.

1 commentaire
Walter Roberson
le 30 Avr 2023
I suggest you read https://www.mathworks.com/company/newsletters/articles/matrix-indexing-in-matlab.html about logical indexing.
mask = -4 <= n & n <= 2;
g(mask) = ...
Réponses (0)
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!