Skip to content

GOS in MTEX #57

Closed Answered by AzdiarGazder
wuwuhd asked this question in Q&A
Nov 6, 2023 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

Hi @wuwuhd

From your screenshot, I believe there was an error with some of your commands.
Here is some script that works on a dual phase ebsd map.

Hope this helps.
Lastly, and importantly, if this explanation resolves your issue, please mark this message as your answer.

Warm regards,
Azdi

% clear variables
clc; clear all; clear hidden; close all;

% start Mtex
startup_mtex;

% define Mtex plotting convention as X = right, Y = up
setMTEXpref('xAxisDirection','east');
setMTEXpref('zAxisDirection','outOfPlane');
setMTEXpref('FontSize', 14);

% Import the dataset
ebsd = EBSD.load('Duplex.ctf','interface','ctf',...
    'convertEuler2SpatialReferenceFrame');
ebsd = ebsd('indexed');


%% Calcula…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@wuwuhd
Comment options

@AzdiarGazder
Comment options

@wuwuhd
Comment options

@AzdiarGazder
Comment options

@wuwuhd
Comment options

Answer selected by wuwuhd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
no fix needed This does not require fixing
2 participants