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!