Scatter plots exercise - Data Visualization
Show older comments
Scatter plots
- In the attached '.mat' file you will find vectors 'x' and 'y'. Perform a scatter plot to reveal what is often called the most beatiful equation in all of mathematics.
After plotting, use:
1- axis equal;
... to ensure it is displayed in the proper aspect ratio for readability.
Type the identity into the text box below.
EulerIdentity.mat
When I have responded and the answer was incorrect, the following is suggested:
Incorrecto
Type the text exactly as you see it in the scatter plot. There are no spaces in the answer.
I don't think I quite understand what you're asking. Because my doubt is that when I generate the scatter plot nowhere in the graph it tells me something that suggests an answer. I don't know what I'm missing when I make the graph. If you could help me, I would be very grateful.
8 Comments
Adam Danz
on 23 Aug 2020
What step, specifically, are you having trouble with? Applying a text object to the plot?
Show what you tried and explain why it didn't work.
Wilmer Murillo
on 23 Aug 2020
Adam Danz
on 23 Aug 2020
"Type the identity into the text box below." is too vague.
It's even more difficult to interpret since we don't have an image of the data.
Are you supposed to be using the scatter function?
Do you have any contextual hints of clearer instructions?
Wilmer Murillo
on 23 Aug 2020
Wilmer Murillo
on 23 Aug 2020
Adam Danz
on 23 Aug 2020
What does the scatter plot look like?
Wilmer Murillo
on 23 Aug 2020
Wilmer Murillo
on 24 Aug 2020
Answers (1)
Cris LaPierre
on 24 Aug 2020
1 vote
Try using scatter(x,y) instead of plot(x,y). Doing so, you might see the data forms letters that you are then supposed to type in somewhere in the assignment.
Categories
Find more on Scatter Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


