通信人家园

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索

军衔等级:

  新兵

注册:2011-9-14
跳转到指定楼层
1#
发表于 2014-10-29 11:00:50 |只看该作者 |倒序浏览
>> subplot(311);
>> n=0:1:7;
>> y=[1,1,1,-1,1,-1,-1,1];
>> stem(n,y) ;
>> axis([ -1 8 -1.5 1.5]);
>> subplot(312);
>> axis([ -1 8 -1.5 1.5]);
>> arrow([0,0],[0,1]);
>> arrow([1,0],[1,1]);
>> arrow([2,0],[2,1]);
>> arrow([3,0],[3,-1]);
>> arrow([4,0],[4,1]);
>> arrow([5,0],[5,-1]);

举报本楼

您需要登录后才可以回帖 登录 | 注册 |

手机版|C114 ( 沪ICP备12002291号-1 )|联系我们 |网站地图  

GMT+8, 2024-11-25 12:25 , Processed in 0.112248 second(s), 15 queries , Gzip On.

Copyright © 1999-2023 C114 All Rights Reserved

Discuz Licensed

回顶部