How to draw ellipse around my data

If i have a random matrix of size 15X2 and i want to draw ellipse around my data such that standard deviation is depicted as 90% confidential ellipsoid. How do i do this?
I have attached a picture for reference
Thank you in advance.

2 Comments

Hi Walter, Thanks for the suggestion. I am not trying to fit my data in least sq method rather i am trying to draw an ellipse around and the data within the ellipse is within 90% confidential limit.

Sign in to comment.

Answers (1)

Torsten
Torsten on 2 Oct 2023
Edited: Torsten on 2 Oct 2023
After fitting, you can plot a 90% ellipse around your data.
What does it mean you have a random matrix ? Do you know the parameters of the distribution the random value pairs stem from ?

Categories

Asked:

on 2 Oct 2023

Edited:

on 2 Oct 2023

Community Treasure Hunt

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

Start Hunting!