www.gusucode.com > gps卫星位置预报,MATLAB编写,有动画界面源码程序 > code5/gps_final_new/DrawUser.m

    function DrawUser(UserPos)

color=4;
Length=1000;
Width=1000;
Height=1000;
BoxPlot3(UserPos(1),UserPos(2),UserPos(3),Length,Width,Height,color);