Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How do I implement a pie chart in a MatLab GUI?

We're doing a program for deciphering text's.

We need to do a pie chart of the 10 most common letters in the text we are deciphering.

Problem is we can't find a guide or way to enter a pie chart into the actual GUI.

How do we do that?

3 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    Are you stuck on how to do a pie chart? Or how to make it part of the GUI?

    How to make a pie chart:

    http://www.mathworks.com/access/helpdesk/help/tech...

    How to make it part of the GUI:

    You'll need to create an axis inside your GUI, then create the pie chart in that axis.

    You can use the command axes:

    http://www.mathworks.com/access/helpdesk/help/tech...

    You'll need to make sure to specify the location in your figure.

    I hope these two answers get you started.

  • Anonymous
    6 years ago

    This Site Might Help You.

    RE:

    How do I implement a pie chart in a MatLab GUI?

    We're doing a program for deciphering text's.

    We need to do a pie chart of the 10 most common letters in the text we are deciphering.

    Problem is we can't find a guide or way to enter a pie chart into the actual GUI.

    How do we do that?

    Source(s): implement pie chart matlab gui: https://tr.im/3hk7l
  • ?
    Lv 4
    5 years ago

    implement pie chart matlab gui

Still have questions? Get your answers by asking now.