Oommfodt2matlab

버전 1.0.0.0 (3.24 KB) 작성자: Héctor Corte
Imports Oommf odt data files into Matlab
다운로드 수: 463
업데이트 날짜: 2014/7/23

라이선스 보기

This is a function to import odt files from oommf into Matlab arrays

Information stored in the odt file will be imported into the object "data" which will have this fields:
units: units of the columns stored
columns: variables stored in the columns
values: array with the numerical data

Example:
We have created with Oommf the archive test.odt (included on the zip). To open it into "data"

data=oommfodt2matlab('test.odt')

Now we can plot for instance a magnetic hysteresis loop.
Using this command we can plot M_x/M_s against B_x
plot(data.values(:,3),data.values(:,6))
xlabel([data.columns{3},' (',data.units{3},')']);
ylabel([data.columns{6},' (',data.units{6},')']);

For more examples, you can see my blog (look for Oommf, to be updated shortly):
http://thebrickinthesky.wordpress.com/

References:
[1] Oommf Micromagnetic simulator at NIST,
http://math.nist.gov/oommf/

This function was written by :
Héctor Corte
B.Sc. in physics 2010
M.Sc. in Complex physics systems 2012
Ph.D Student between NPL (National Physical Laboratory) and Royal Holloway University of London
London, United kingdom.
Email: leo_corte@yahoo.es

인용 양식

Héctor Corte (2026). Oommfodt2matlab (https://kr.mathworks.com/matlabcentral/fileexchange/47328-oommfodt2matlab), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Chemistry에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0