Path: SC/Disturbances
% Returns optical surface properties for selected materials. s is a cell array of strings. It returns a cell array of data structures. For example struct( 'sigmaT', 0, 'sigmaA', 0.00, 'sigmaD', 0.71 , 'sigmaS', 0.29 ) Available materials are found by typing OpticalSurfaceProperties Since version 10. -------------------------------------------------------------------------- Form: p = OpticalSurfaceProperties( s ) -------------------------------------------------------------------------- ------ Inputs ------ s {:} Cell array of materials ------- Outputs ------- p (:) Data structure array .sigmaT (1,1) Transmitted .sigmaA (1,1) Absorbed .sigmaD (1,1) Diffuse reflection .sigmaS (1,1) Specular reflection --------------------------------------------------------------------------
AerospaceUtils: CAD/GenericProperties Common: General/ListCases
Back to the SC Module page