add, +
Add propagation models
Description
combines the specified propagation model objects into a composite propagation model
object. This syntax enables you to combine more than two propagation models, such as
pmc
= propmodel1
+ propmodel2
propmodel1 + propmodel2 + propmodel3
.
is an alternate way to combine propagation models.pmc
= add(propmodel1
,propmodel2
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a