make a data plot
古いコメントを表示
Hello! I want to make a plot like this, but I don't know exactly how.

More specifically,I want to plot the possible values of flux variability for some reactions.
Could someone guide me? Thank you.
3 件のコメント
Star Strider
2021 年 12 月 16 日
Look through the SimBiology documentation to see if it has a function that can produce that sort of plot. (I don’t have it, so I’m unfamiliar with its functions.)
.
Ioannis Vourvachakis
2021 年 12 月 16 日
Star Strider
2021 年 12 月 16 日
My pleasure!
採用された回答
その他の回答 (1 件)
Arthur Goldsipe
2021 年 12 月 16 日
1 投票
8 件のコメント
Ioannis Vourvachakis
2021 年 12 月 16 日
Ioannis Vourvachakis
2021 年 12 月 16 日
Arthur Goldsipe
2021 年 12 月 16 日
What version of MATLAB are you using? boxchart was introduced in R2020a, so if you're using an older version of MATLAB it won't be available. boxplot is a much older function, but it requires Statistics and Machine Learning Toolbox, so I don't know if you will have access to it either.
Ioannis Vourvachakis
2021 年 12 月 16 日
Arthur Goldsipe
2021 年 12 月 16 日
You can see which toolboxes you already have by running ver. If you don't see Statistics and Machine Learning, one way to add that (if you're licensed for it) is to use the Add-On Manager. You can read more about that here.
I don't have a lot of experience with licensing and installation. If you have further questions about installation issues, I suggest you post a separate question for those issues so that someone who is better able to help is more likely to see your question.
Ioannis Vourvachakis
2021 年 12 月 16 日
Arthur Goldsipe
2021 年 12 月 16 日
The function from the Stats toolbox is named boxplot (not boxchart).
Ioannis Vourvachakis
2021 年 12 月 16 日
カテゴリ
ヘルプ センター および File Exchange で Data Distribution Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
