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

조회 수: 5 (최근 30일)
xlabel('Energy (MeV)')
ylabel('Energy integrated neutron flux (a.u.)')
grid on
grid minor off
box on

채택된 답변

Abderrahim. B
Abderrahim. B 2022년 7월 13일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by