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

5 次查看(过去 30 天)
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 中查找有关 Graphics Objects 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by