Borrar filtros
Borrar filtros

plots of the following function

3 visualizaciones (últimos 30 días)
ivko ivkovic
ivko ivkovic el 24 de Feb. de 2022
Editada: ivko ivkovic el 1 de Mzo. de 2022
function
frequencies :
all plots should appear in the same window and be of different styles
  1 comentario
Imtiaz nabi
Imtiaz nabi el 24 de Feb. de 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

Iniciar sesión para comentar.

Respuestas (1)

Imtiaz nabi
Imtiaz nabi el 24 de Feb. de 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

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by