답변 (1개)

Star Strider
Star Strider 2020년 1월 5일

1 개 추천

On approach:
x = rand(1, 20)*20;
y = rand(1, 20)*30;
figure
plot(x, y, '.r')
hold on
plot([20 20], ylim, '-b')
hold off
xlim([0 40])

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

질문:

2020년 1월 5일

답변:

2020년 1월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by