如何消除点之间的线

时间:2018-08-29 13:47:08

标签: matlab plot

这是我创建surf图的代码。问题是,我是第一次使用MATLAB,第二天就连接点23:4500:00时,我摆脱不了线条。创建的图:

This shows the created plot

a=nan(1,208)'
Date=[column1;a]
Time=[column2;a]
Usage=[column3*3.5*77.826;a];
Datere=reshape(Date,188,[])
Usagere=reshape(Usage,188,[])
Timere=reshape(Time,188,[])
surf(Datere,Timere,Usagere)

如何删除这些行?

0 个答案:

没有答案