Effacer les filtres
Effacer les filtres

Please I have a code, when I run, it keeps saying: "Error using grid First argument must be an axes handle".

7 vues (au cours des 30 derniers jours)
xlabel('Energy (MeV)')
ylabel('Energy integrated neutron flux (a.u.)')
grid on
grid minor off
box on

Réponse acceptée

Abderrahim. B
Abderrahim. B le 13 Juil 2022
This grid minor off is not correct .
Learn how to use grid:
doc grid
Try this:
xlabel('Energy (MeV)')
ylabel('Energy integrated neutron flux (a.u.)')
grid on
grid minor
box on

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by