Property Name
이전 댓글 표시
Hi
What is the Matlab Property Name for a number (double)
example
set(HHH,'color','r');
instead of color I want to set a variable with number
댓글 수: 2
Andrew Newell
2012년 1월 26일
Properties may be set to char, double or other types, but they are not in themselves names for a type. What is HHH? A graphics handle?
koko kinder
2012년 1월 26일
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!