MATLAB

Euler Angles Bunge vs Elastic

Euler Angles Bunge MATLAB code @github private repository Euler Angles Elastic MATLAB code @github private repository     MATLAB code @github private repository The MATLAB code outputs the sample Normal direction (Rolling direction, Transverse direction) in the grain frame. ‘main_Euler_Angles_Bunge.m’ works as ‘API’ in which you can input EBSD grain number, Bunge. The functions are… read more »

Define Data Type in Matlab

Matlab pseudo-code: for i = 50 : 1 : 200 … Z = … ; P = … ; Var(i) = Z * P;  % Var should be data array or matrix, not a value only. … end

Sidebar