Respondida How do I turn off the grid in a polar plot?
It's a shame that it's not easier to do this, but here is a Solution that explains how to do it:
<http://www.mathworks.com/sup...
Respondida How to extract leading non-zero digit?
You'll probably need to do some kind of textual manipulation. Here's one way to do it.
function y = leadingDigit(x)
s = s...