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
275 stars 182 forks source link

nfft binaries of MTEX 5.5.0 not running on a windows system #614

Open Alireza25101989 opened 3 years ago

Alireza25101989 commented 3 years ago

What do you want to do?

What data do you have?

What code do you use? Please provide minimalist code with code in the following form

% load the data
ebsd = EBSD.load('myFile.txt')

% plot a pole figure
plotPDF(ebsd,Miller(1,0,0,ebsd.CS)

What result do you get

What result do you expect

Error Message If you get an error message copy and paste it below

put the error message here

What MTEX version do you use? MTEX 5.5.0

Alireza25101989 commented 3 years ago

MTEX 5.5.0 does not work with MATLAB 2020a

ralfHielscher commented 3 years ago

Could you please provide an error message. I also wonder, what file format your data have.

Ralf.

Alireza25101989 commented 3 years ago

Error

kilir commented 3 years ago

Hi Alireza, what does the report say? Also, have a look here: https://github.com/mtex-toolbox/mtex/issues/610 Cheers, Rüdiger

Alireza25101989 commented 3 years ago

Hi

I encounter an error when I install MTEX 5.5.0. However, I don't have any problem installing older versions of MTEX such as MTEX 5.4.0.

Regards Alireza

Alireza25101989 commented 3 years ago

Hi Alireza, what does the report say? Also, have a look here: #610 Cheers, Rüdiger

Alireza25101989 commented 3 years ago

Hi Alireza, what does the report say? Also, have a look here: #610 Cheers, Rüdiger

I appreciate for your help. I cleared the content of the extern/nfft or extern/nfft:openMP folders, and now the MTEX runs properly.

Much obliged.

Alireza25101989 commented 3 years ago

Could you please provide an error message. I also wonder, what file format your data have.

Ralf.

Dear Ralf

I deleted the content of the extern/nfft or extern/nfft:openMP folders, and now the MTEX installs properly.

Regards Alireza

ralfHielscher commented 3 years ago

Actually removing the content of the folders restricts the functionality of MTEX. You may try to copy the content of the folders from MTEX 5.4.0 to the corresponding folders in MTEX 5.5.

Does this work?

Ralf.

Alireza25101989 commented 3 years ago

Actually removing the content of the folders restricts the functionality of MTEX. You may try to copy the content of the folders from MTEX 5.4.0 to the corresponding folders in MTEX 5.5.

Does this work?

Ralf.

Dear Ralf

Yes, there was an error on producing the pole figures. I copied the contents of the folders from MTEX 5.4.0 to the 5.5.0 version. Now it works smoothly; thank you for the help.

Regards Alireza

ralfHielscher commented 3 years ago

We have just released MTEX 5.5.2. which addresses this issue.

Could you please test it.