Filter löschen
Filter löschen

plots of the following function

3 Ansichten (letzte 30 Tage)
ivko ivkovic
ivko ivkovic am 24 Feb. 2022
Bearbeitet: ivko ivkovic am 1 Mär. 2022
function
frequencies :
all plots should appear in the same window and be of different styles
  1 Kommentar
Imtiaz nabi
Imtiaz nabi am 24 Feb. 2022
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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Imtiaz nabi
Imtiaz nabi am 24 Feb. 2022
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

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by