Plotting a function with different limits
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Can someone kindly help me with the code for the following problem.

1 件のコメント
Walter Roberson
2023 年 4 月 30 日
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) = ...
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!