Question


How do I turn off the grid in a polar plot?
For a normal MATLAB plot, I can turn the grid off and on with the |grid| command. x = 1:10; plot(x,sin(x)) grid on ...

plus de 15 ans il y a | 3 réponses | 2

3

réponses

Réponse apportée
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...

plus de 15 ans il y a | 4