msiread
Read antenna or array analysis data from MSI planet file
Syntax
Description
msiread(
reads the MSI planet file in fname
).pln
or .msi
format and
returns a structure containing antenna or array pattern and field strength data.
[
reads the MSI planet file and returns a structure containing antenna or array horizontal
gain data.horizontal
] = msiread(fname
)
[
reads the MSI planet file and returns structures containing antenna or array horizontal
and vertical gain data.horizontal
,vertical
]
= msiread(fname
)
[
reads the MSI planet file and returns structures containing antenna or array horizontal
gain data, vertical gain data, and all additional data in the file.horizontal
,vertical
,optional
]
= msiread(fname
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016a