Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
DynamicSystems[SystemType] - システムの型の確認
使い方
type(sys, System)
type(sys, System(x_1, x_2, ...))
パラメータ
sys
-
確認対象のシステムオブジェクト
x_i
(optional) 名前; tf, zpk, coeff, ss, de, continuous, discrete のいずれか
説明
type(sys, System) コマンドは sys のパラメータの型が System の場合は true を返し、それ以外の場合は false を返します。
type(sys, System(x_1,..., x_n)) は sys のパラメータの型が System かつ x_1 から x_n までの特性を持っていると true を返します。
パラメータ x_i が特性値の集合で、特性 x_i に集合内のいずれかの特性が含まれている場合、sys が x_i 特性を持っていると見なされます。空集合は常に false になります。
パラメータ x_i には、以下の特性が使用できます:
tf - sys が伝達関数表現の場合に true
zpk - sys が零点・極・ゲイン表現の場合に true
coeff - sys が係数表現の場合に true
ss - sys が状態空間表現の場合に true
de - sys が差分・微分方程式表現の場合に true
continuous - sys が連続システムの場合に true
discrete - sys が離散システムの場合に true
例
参照
DynamicSystems, DynamicSystems[IsSystem], DynamicSystems[SystemObject], DynamicSystems[Verify]
Download Help Document