Plot Total Alkali Silica (TAS) chart

버전 1.0.0.0 (1.67 KB) 작성자: Eric Dauenhauer
plotTAS will plot magma compositions on a standard TAS chart with type delineations and labels.
다운로드 수: 476
업데이트 날짜: 2015/4/17

라이선스 보기

plotTAS will identify and plot a magma based on composition of oxides.
- Input any number of vectors containing magma compositions.
- Composition vectors must contain normalized weight percentages of
oxides, in the following order:
SiO2, TiO2, Al2O3, FeO, MnO, MgO, CaO, Na2O, K2O, P2O5

- Alternately, the input can be a matrix containing multiple samples. Each column will be read as a separate sample. If your matrix of samples has each sample on its own row, simply transpose the matrix when calling the function.

- The input magmas will be plotted on a magma composition chart using standard values for magma composition.

If the points should be labeled, include a cell array with the labels as
the last argument of the function.

=========================
EXAMPLES:

magma1 = [72.59, 0.258, 14.77, 1.95, 0.053, 0.89, 2.25, 3.63, 3.54, 0.067];
magma2 = [77.02, 0.151, 12.56, 0.71, 0.006, 0.01, 0.15, 3.15, 6.20, 0.033];
plotTAS(magma1, magma2)

magma3 = [65.32, 0.948, 14.30, 7.29, 0.236, 0.89, 3.36, 3.89, 3.32, 0.457];
names = {'magma1', 'magma2', 'magma3'};
plotTAS(magma1, magma2, names);

matrixSamples = [magma1', magma2', magma3'];

plotTAS(matrixSamples);
plotTAS(matrixSamples, names);

인용 양식

Eric Dauenhauer (2024). Plot Total Alkali Silica (TAS) chart (https://www.mathworks.com/matlabcentral/fileexchange/50535-plot-total-alkali-silica-tas-chart), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Just for fun에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0