Info

This question is closed. Reopen it to edit or 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

1 view (last 30 days)
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.

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!