Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7643205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:23:22+00:00 2026-05-31T09:23:22+00:00

I want to extract values from built in boxplot function. In A1 there are

  • 0

I want to extract values from built in boxplot function. In A1 there are three extra large values (1000000) while correct maximum value is 273.

a = boxplot(A1)

a =

  173.0043
  174.0028
  175.0033
  176.0027
  177.0032
  178.0027
  179.0031

I tried this but I don’t what the heck are these values, these are not the outliers themself nor the index of outliers.

findobj(gcf,'tag','Outliers'); returns only 179.0031

How to extract outliers or their indexes from boxplot?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T09:23:24+00:00Added an answer on May 31, 2026 at 9:23 am

    BOXPLOT returns the array of handles for different graphic objects.

    At default parameters (plotstyle set to outline, etc) the output is 7 x M array of handles, where M is number of boxplot groups, each having the following 7 handles:

    1. Upper Whisker
    2. lower Whisker
    3. Upper Adjacent value
    4. Lower Adjacent value
    5. Box
    6. Median
    7. Outliers

    At different parameters boxplot may return different number of handles, so it’s better to find what you need by tag.

    To extract the data you have to access the Data property of particular object, if this property exists.

    h = findobj(gcf,'tag','Outliers');
    
    xdata = get(h,'XData');
    ydata = get(h,'YData');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to parse the input string and extract the values from it. My
I have situation where I want to extract multiple values from multiple source objects
I want the regular expression to extract the &[1], &[2},&[3],&[4] values from the following
I want to extract values from music structure directories using File::Find::Rule and I'm having
I want to extract attribute1 and attribute3 values only. I don't understand why charset
I want extract the path of images from a html page using PHP-preg_match_all(), the
I want to extract from a webpage all URLs how can I do that
I want to extract two consecutive words starting from each word in a string.
I want to extract only the leaf nodes from an XML document (i.e., only
Hi in php I want to extract a array values into new array, with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.