platformProfiles
Description
Examples
Generate Platform Profiles from Radar Scenario
Create a radar scenario.
rs = radarScenario;
Add two platforms to the scenario. Specify the ClassID
of the second platform as 3
.
p1 = platform(rs); p2 = platform(rs); p2.ClassID = 3;
Extract the profiles for all platforms in the scenario.
profiles = platformProfiles(rs)
profiles=1×2 struct array with fields:
PlatformID
ClassID
Dimensions
Signatures
Input Arguments
scenario
— Radar scenario
radarScenario
object
Radar scenario, specified as a radarScenario
object.
Output Arguments
profiles
— Platform profiles
array of structures
Profiles of all platforms in the radar scenario, returned as an array of structures. The number of structures in the array is equal to the number of platforms. Each profile contains the signatures of a platform and identifying information. Each 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 signature objects such as
rcsSignature objects |
See Platform
for
more information about the fields.
Version History
Introduced in R2021a
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 (한국어)