loadVector3d_generic
load pole figure data from (alpha,beta,gamma) files
Description
loadVector3d_generic is a function that reads any txt or exel files The assoziation of the columns as cartesian coordinates or polar angles is specified by the options ColumnNames and Columns. The files can be contain any number of header lines.
Syntax
v = loadVector3d_generic(fname,'ColumnNames',{'x','y','z'})
v = loadVector3d_generic(fname,'ColumnNames',{'latitude','longitude'})
v = loadVector3d_generic(fname,'ColumnNames',{'polar angle','azimuth'})
Input
fname |
file name (text files only) |
||||||||||
param,val | Parameters and values that control loadVector3d_generic
|
See also
azimuth,, longitude, -, angle, in, the, xy, plane, polar, angle,, colatitude, latitude
MTEX 4.0.4 |