coeffs — Model coefficients EquationCoefficients property of a PDE model
Model coefficients, specified as the
EquationCoefficients property of a PDE model.
Coefficients can be complex numbers.
Example: model.EquationCoefficients
RegionType — Geometric region type 'Face' for a 2-D model | 'Cell' for a 3-D model
Geometric region type, specified as 'Face' for a 2-D
model, or 'Cell' for a 3-D model.
Example: ca =
findCoefficients(coeffs,'Face',[1,3])
Data Types: char | string
RegionID — Region ID vector of positive integers
Region ID, specified as a vector of positive integers. View the subdomain
labels for a 2-D model using
pdegplot(model,'FaceLabels','on'). Currently, there
are no subdomains for 3-D models, so the only acceptable value for a 3-D
model is 1.
Example: ca =
findCoefficients(coeffs,'Face',[1,3])
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.