how to extract values froma set of series from boxblots .fig or .eps or .tif file ?

1 回表示 (過去 30 日間)
chaker ben salem
chaker ben salem 2022 年 9 月 2 日
編集済み: dpb 2022 年 9 月 4 日
this is how the boxplot looks like, there's a seperate set of 10 numbers at each point 25/50/75/100
i saved the figures as .fig/.eps/tiff
how do i ectract it ?
  1 件のコメント
dpb
dpb 2022 年 9 月 3 日
編集済み: dpb 2022 年 9 月 4 日
Well, you've lost the data itself at that point in an image file format; you'll have to go back and regenerate the plot from the data that was used to call boxplot
IF you have another saved copy as a MATLAB .fig file, the data are in the file as it saves the content of the objects as well as just the image. How much is user visible in the boxplot object I don't recall OTOMH, probably the raw data are, but I wouldn't guarantee it with the penchant TMW has now for making these specialized plots far more opaque to the end user than needs be.
The short, easy answer is, however, to go back to the code from which the plots were created and save those data there. Hopefully you have the input files from whence it originally came at least.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by