声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 862|回复: 2

[绘图技巧] 关于控制系统相关命令绘图

[复制链接]
发表于 2008-5-17 13:37 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
如rlocus(sys)怎么用plot画出来?
还有pzmap
请高手告知一下。
紧急,谢谢!

[ 本帖最后由 sigma665 于 2008-5-17 18:04 编辑 ]
回复
分享到:

使用道具 举报

发表于 2008-5-17 18:06 | 显示全部楼层
RLOCUS  Evans root locus.

    RLOCUS(SYS) computes and plots the root locus of the single-input,
    single-output LTI model SYS.  The root locus plot is used to
    analyze the negative feedback loop

                      +-----+
          ---->O----->| SYS |----+---->
              -|      +-----+    |
               |                 |
               |       +---+     |
               +-------| K |<----+
                       +---+

    and shows the trajectories of the closed-loop poles when the feedback
    gain K varies from 0 to Inf.  RLOCUS automatically generates a set of
    positive gain values that produce a smooth plot.
发表于 2008-5-17 21:28 | 显示全部楼层
不是很明白搂主的意图
搂主是想画根轨迹图吗?
rlocus本身就是一个绘图命令,举个例子
  1. clear;close all
  2. num=[1];den=[1,5,8,6,0];
  3. rlocus(num,den);
复制代码


rlocus.JPG

又或者搂主是想用plot命令来实现rlocus的功能?
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-9-23 11:27 , Processed in 0.055963 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表