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!