Change background color of patternCustom figure.
5 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
Voss
2025 年 2 月 25 日
helixdata = randn(1000,3);
h = patternCustom(helixdata(:,3),helixdata(:,2),helixdata(:,1))
fig = ancestor(h,'figure');
fig.Color = [0.85,0.55,0.85];
4 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


