how can i rescale ths axes of 2-D graph so the x-axis and the y-axis coordinates are: -4,-2,0,2,4?

1 次查看(过去 30 天)
thanks.

回答(1 个)

Muruganandham Subramanian
Are you expecting this:
figure;
xlim([-4 4])
ylim([-4 4])

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by