categorical配列をplotしたfigureのコピーの方法について
Show older comments
あるデータ(1×6868のcategorical配列)(中身は0と1で表示される矩形波のようなデータ)をplotし、表示したfigureに対して、figureのツールバーにある編集(E)>Figureのコピー(F)を選択すると以下のエラーが発生してしまいました。他のPCでも試してみましたが同じでした。ヒストグラムなどにするのではなく、plotした生の波形をコピーしたいのですが何か方法はございますでしょうか。
試したリリース:R2020b,R2021a
発生したエラーについて:
エラー: alternatePrintPath
クラス 'matlab.graphics.axis.decorator.CategoricalRuler' のメソッド、プロパティまたはフィールド 'Exponent' が認識されません。
エラー: alternatePrintPath
エラー: print (行 83)
pj = alternatePrintPath(pj);
エラー: matlab.graphics.internal.copyFigureHelper (行 158)
print(argsToPrint{:});
エラー: editmenufcn (行 69)
matlab.graphics.internal.copyFigureHelper(hfig)
Menu Callback の実行中にエラーが発生しました。
Answers (0)
Categories
Find more on グラフィックス オブジェクトの識別 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!