Code covered by the BSD License
-
spectral_mva(varargin)
SPECTRAL_MVA M-file for spectral_mva.fig
-
[BE,I]=vms_sp_read(filename,p...
function [BE,I]=vms_sp_read(filename,pl);
-
[BE,I]=vms_sp_read_casa(filen...
function [BE,I]=vms_sp_read_casa(filename,pl);
-
[X_sh, sp_sh]=shift_spectra_d...
function [X_sh, sp_sh]=shift_spectra_diff(spectra, X);
-
[purspec,purint,purity_spec]=...
function [purspec,purint,purity_spec]=simplisma(data,varlist,offset,n,data2);
-
[x_sh, y_sh]=shift_spectra(sp...
-
[x_sh, y_sh]=shift_spectra_or...
function [x_sh, y_sh]=shift_spectra_or(spectra, X,C);
-
data_der=invder(data)
data_der=invder(data)
-
indd=match(x,y, tol,bro)
-
reverplot(BE,I)
script to plot binding energy BE axis in reverse order
-
uigetfiles.m
-
View all files
from
Multivariate analysis and preprocessing of spectral data
by Kateryna Artyushkova
GUI for MVA of spectral data including various preprocessing options and three types of MVA analysis
|
| reverplot(BE,I)
|
function reverplot(BE,I)
% script to plot binding energy BE axis in reverse order
% I - spectral intensity- can be one spectrum or multiple spectra
% X=[BEstart:-0.1:BEend]
%
% written by K.Artyushkova
% Kateryna Artyushkova
% Postdoctoral Scientist
% Department of Chemical and Nuclear Engineering
% The University of New Mexico
% (505) 277-0750
% kartyush@unm.edu
%
% 7/27/2001
plot(abs(BE),I)
set(gca,'Xdir','reverse')
|
|
Contact us at files@mathworks.com