Skip to content
edwinofsakh edited this page Aug 14, 2015 · 1 revision

When you analyse big sample on weak computer "Out of memory" error can appear.

Easy solution is crop small area from sample. You can use MTEX command inpolygon or EBSDAM command cutEBSD.

Example:

ebsd_c = cutEBSD(ebsd, 0,0,100,100);
Clone this wiki locally