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 »

Math Term Translate

independent variables: 自变量 dependent variable: 因变量 在函数关系式中,某个量会随一个(或几个)变动的量的变动而变动,就称为因变量。如: 。此式表示为:Y随X的变化而变化。Y是因变量,X是自变量。 ordinary differential equation (ODE): If a differential equation contains only ordinary derivatives of one or more functions with respect to a single independent variable it is said to be an ordinary differential equation (ODE). 常微分方程 partial differential equation (PDE): An equation involving only partial derivatives of one or more… 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