Subplot with different variables in the same equation
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mariya Ferdousi
el 21 de Mayo de 2018
Comentada: Mariya Ferdousi
el 21 de Mayo de 2018
I would like to plot 3x3 subplots, each having a graph of the same equation, but with different values of parameters. Is there a way to reset the variable values after each subplot? Every time I run 2-6 subplot takes the values from the first one. Thanks.
0 comentarios
Respuesta aceptada
Image Analyst
el 21 de Mayo de 2018
No need to "reset" them. Simply assign the variables their new values after you get the old equation (old y values) and before you generate the new y values. Then generate the new y values, call subplot(), and then plot() with the new y values. Attach your code if this is not working for you.
Más respuestas (0)
Ver también
Categorías
Más información sobre Subplots 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!