Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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