Consider the statement and give the output of the code.

조회 수: 1 (최근 30일)
Nidhi Nagar
Nidhi Nagar 2022년 1월 27일
편집: Ankit 2022년 1월 27일
Consider the statements given below: x=-1:.1:1; y= x. ^2; plot (x,y,'g.') Give the output of above code. What is the significance of ‘g’ used?
  댓글 수: 1
Ankit
Ankit 2022년 1월 27일
편집: Ankit 2022년 1월 27일
g: green color and . - Marker .this plot with green dots
Please refer to this page to know more about Line and Markers: Specify Line and Marker Appearance in Plots - MATLAB & Simulink - MathWorks Deutschland
x=-1:.1:1; y= x.^2; plot (x,y,'g.')

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by