Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Write a function called that will create a single plot window with subplots of sine and cosine over the range 0 to 6. The function will receive one input argument, which is the number of points to use in the x-range for both subplots. Then, it will
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
ANSWER: Write a function called that will create a single plot window with subplots of sine and cosine over the range 0 to 6. The function will receive one input argument, which is the number of points to use in the x-range for both subplots. Then, it will ask the user to enter a color (pick any 5 colors) and for a plot style (pick any 5 styles) for each graph. The final plot should have a title showing the number of points, x-axis labels, y-axis labels, and distinguish between sine and cosine graphs.
0 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!