mtex-toolbox / mtex

MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:
http://mtex-toolbox.github.io/
GNU General Public License v2.0
278 stars 183 forks source link

Update flipud.m #1965

Closed vtvivian closed 8 months ago

vtvivian commented 11 months ago

use max(ebsd.prop.x,[],'all') so that it can work with gridded EBSD data too

kilir commented 8 months ago

Hi Vivian, since 'all' is rather new, https://github.com/mtex-toolbox/mtex/commit/cb51a0b86a7b293931c87391cfc447a78c643ecd should do, right? The same goes for fliplr(). Cheers, Rüdiger

vtvivian commented 8 months ago

thanks - yes that makes sense