I want to make my poles and zeros markers bigger. In PLOT I had this option in properties, but in rltool I don't have the same option. I've tried to use set(0, 'DefaultLineMarkerSize', 8); but this is not working. What should I do?
My code is:
rltool(w);
Then I want to change size of my poles using
set(0, 'DefaultLineMarkerSize', 8);
But it does not work.
SecretAgentMan
2,8708 gold badges26 silver badges44 bronze badges
New contributor
BearShark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
-
1Please provide enough code so others can better understand or reproduce the problem.Community– Community Bot2025年11月16日 16:23:04 +00:00Commented 2 days ago
lang-matlab