plots of the following function
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
function
frequencies :
all plots should appear in the same window and be of different styles
1 comentario
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
Respuestas (1)
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
0 comentarios
Ver también
Categorías
Más información sobre Line Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!