Change background color of patternCustom figure.
조회 수: 4 (최근 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!


