Using Basic Fitting and Data Statistics Functions

13 ビュー (過去 30 日間)
arcsin34
arcsin34 2021 年 8 月 25 日
回答済み: Tanmay Das 2021 年 10 月 14 日
Hi, so just running a basic plot function and then when I get the plot, I want to be able to use the Basic Fitting and Data Statistics which I had for several previous plots doing the same thing, but those two functions are now completely greyed out. I know that there is a similar question on here already, but I tried checking those settings and mine were already to the specs that the team member specified.

回答 (1 件)

Tanmay Das
Tanmay Das 2021 年 10 月 14 日
Hi,
The ability to use the Basic Fitting and Data Statistics tools is not available in MATLAB when only the default set of menus is available.
To work around this limitation, you can set the HandleVisibility property of the GUI to 'on' and the MenuBar property of the GUI to 'figure'. This can be achieved by following the steps bellow:
1. Right-click on your FIG file and choose 'Open in GUIDE'
2. Choose VIEW> PROPERTY INSPECTOR
3. Change the propety 'HandleVisibility' from 'callback' to 'on'.
4. Set the property 'MenuBar' to 'figure'

カテゴリ

Help Center および File ExchangeDescriptive Statistics and Visualization についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by