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.