How do I set parameters for my graph?

조회 수: 9 (최근 30일)
Aaron Abueg
Aaron Abueg 2019년 10월 17일
댓글: Adam Danz 2019년 10월 18일
  댓글 수: 1
Adam Danz
Adam Danz 2019년 10월 18일
@ Aaron Abueg, your 6 recent questions all appear to be copy-pasted homework assignments. Doing other people's homework is not the intention of this forum. If you want help, you'll need to show us how far you are in your solution and explain where you're stuck and what help you need.
Here are more tips on how to get help here.

댓글을 달려면 로그인하십시오.

답변 (1개)

Neeraj Kaberpanthi
Neeraj Kaberpanthi 2019년 10월 17일
Hi,
you should use
xlabel to set x axis text
ylabel to set y axis text
title to set title over the graph
grid on to enable grids
for more details follow links
  댓글 수: 3
Neeraj Kaberpanthi
Neeraj Kaberpanthi 2019년 10월 17일
use axis command to adjust plot axis limits.
like axis([x_start_lim, x_end_lim, y_start_lim, y_end_lim])
Aaron Abueg
Aaron Abueg 2019년 10월 17일
Thank you!

댓글을 달려면 로그인하십시오.

카테고리

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

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by