Effacer les filtres
Effacer les filtres

plots of the following function

3 vues (au cours des 30 derniers jours)
ivko ivkovic
ivko ivkovic le 24 Fév 2022
function
frequencies :
all plots should appear in the same window and be of different styles
  1 commentaire
Imtiaz nabi
Imtiaz nabi le 24 Fév 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

Connectez-vous pour commenter.

Réponses (1)

Imtiaz nabi
Imtiaz nabi le 24 Fév 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

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by