채택된 답변

KSSV
KSSV 2021년 12월 3일
편집: KSSV 2021년 12월 3일
[X,Y] = meshgrid(1:5,1:5) ;
plot(X,Y,'*')
A = ones(5) ;
spy(A)

추가 답변 (1개)

Walter Roberson
Walter Roberson 2021년 12월 3일
[X,Y] = meshgrid(6:6:24);
scatter(X, Y, 'b*')
xlim([0 30]); ylim([0 30])

카테고리

도움말 센터File Exchange에서 Line Plots에 대해 자세히 알아보기

제품

태그

질문:

2021년 12월 3일

댓글:

2021년 12월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by