create plot without x y data, draw plot line just like paint on matlab

조회 수: 4 (최근 30일)
uncung fgv
uncung fgv 2012년 3월 26일
Matab: is it possible to create data from plot? hi i want to create non linear plot. on my graphic display. how to do it without data input? i mean how to 'draw' manually a 'cheating' plot on matlab.

답변 (2개)

Honglei Chen
Honglei Chen 2012년 3월 26일
Are you looking for something like this?
plot(1:10,rand(1,10))
axis off

Oleg Komarov
Oleg Komarov 2012년 3월 26일

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by