필터 지우기
필터 지우기

plots of the following function

조회 수: 3 (최근 30일)
ivko ivkovic
ivko ivkovic 2022년 2월 24일
편집: ivko ivkovic 2022년 3월 1일
function
frequencies :
all plots should appear in the same window and be of different styles
  댓글 수: 1
Imtiaz nabi
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
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

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by