platformProfiles
Profiles of platforms in tracking scenario
Syntax
profiles = platformProfiles(sc)
Description
returns the profiles
= platformProfiles(sc
)profiles
of all platforms in the tracking scenario,
sc
.
Input Arguments
sc
— Tracking scenario
trackingScenario
object
Tracking scenario, specified as a trackingScenario
object.
Output Arguments
profiles
— Platform profiles
array of structures
Profiles of all platforms in the tracking scenario, returned as an array of structures. The number of structures in the array is equal to the number platforms. Each profile contains the signatures of a platform and identifying information. The structure contains these fields:
Field | Description |
---|---|
PlatformID | Scenario-defined platform identifier, defined as a positive integer |
ClassID | User-defined platform classification identifier, defined as a nonnegative integer |
Dimensions | Platform dimensions, defined as a structure with these fields:
|
Signatures | Platform signatures, defined as a cell array of radar cross-section (rcsSignature ), IR emission pattern
(irSignature ), and sonar target strength
(tsSignature ) objects. |
See Platform
for more completed definitions of the fields.
Examples
Generate Platform Profiles from Tracking Scenario
Create a tracking scenario.
scene = trackingScenario;
Add two platforms to the tracking scenario. Specify the ClassID
of the second platform as 3.
p1 = platform(scene); p2 = platform(scene); p2.ClassID = 3;
Extract the profiles for platforms in the scene.
profiles = platformProfiles(scene)
profiles=1×2 struct array with fields:
PlatformID
ClassID
Dimensions
Signatures
Version History
Introduced in R2018b
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)