Zachary Michels

Results 10 comments of Zachary Michels

Hi Ralf and Dan, When I run the example that Dan pasted, the final plot of the 'regridded data’ has missing points/solutions that didn’t exist in the original data. No...

I am not helping much by saying this, but I have had the same problem in the past. That is... Sometimes a dataset I processed in channel 5 became unopenable,...

Thanks for any help! I import a preexisting variables ‘odf’, and ‘h’ for quartz (computed earlier using mtex 4.5) Use something like the following for plotting: plotPDF(odf, h, ‘antipodal’, ‘lower’,...

Rüdiger, Thank you much for helping to confirm!! Just good to know. Cheers, Zach On Mar 3, 2018, at 12:04 PM, Rüdiger Kilian wrote: That's indeed the case and starts...

There's some info in other posts about this. Some of the mex files it's compiling might be the problem. First... to restore Matlab not crashing after an attempt... you have...

https://www-user.tu-chemnitz.de/~potts/nfft/download.php

@kilir I totally get why it is not trivial. Just didn't used to be an issue and nowadays getting new students (many of whom are also new to coding and...

I'll try to take more notes in the future in case it helps. In each case, replacing the nfft binaries got it up and running. Its not a difficult process,...

@fsamaraie Well the good news is that (IMO) seems to confirm that the NFFT mex files *are* the issue in your case. The next step is to (instead of removing...

```matlab mtexdata forsterite p = ebsd.gridify.phase; ``` with MTEX 5.10.2, ```matlab size(p) ``` returns: ans = 336 732 With 5.11.2, it returns: ans = 245952 1