plots of the following function
조회 수: 8 (최근 30일)
이전 댓글 표시
function 

frequencies : 
all plots should appear in the same window and be of different styles
댓글 수: 1
Imtiaz nabi
2022년 2월 24일
Hi, you can use subplot function for plotting different values in the same window
another way of doing this is by using the hold on command. This will use the same window and even the same coordinate for plotting different datasets.
try searching for help subplot
답변 (1개)
Imtiaz nabi
2022년 2월 24일
Hi, you can use subplot function for plotting different values in the same window
another way of doing this is by using the hold on command. This will use the same window and even the same coordinate for plotting different datasets.
try searching for help subplot
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Subplots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!