This is an example of how to create an inset plot within another plot in MATLAB®.
Read about the "axes" function in the MATLAB documentation.
For more examples, go to MATLAB Plot Gallery - http://www.mathworks.com/discovery/gallery.html
MathWorks Plot Gallery Team (2021). MATLAB Plot Gallery - Plot in Plot (https://www.mathworks.com/matlabcentral/fileexchange/35245-matlab-plot-gallery-plot-in-plot), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
ı will set to where? file of bin ?
>>x=linspace(-4*pi,4*pi,300);%产生300维向量x
>>y=sin(x)
>>plot(x,y)