How do I specify range for my x axis using the plot function

x = linspace(0,2*pi);
y = cos(x);
plot( ??? ) if I want to run this code in the range of [−2π , 6π ]

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Asked:

on 20 Jun 2022

Answered:

on 20 Jun 2022

Community Treasure Hunt

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

Start Hunting!