MATLAB:I18n:MissingICUData - ICU data not found
Mostra commenti meno recenti
I am reading a mat file using Visual studio 2005 on 32 bit windows machine. When i try to execute the .exe file, i am getting this error "MATLAB:I18n:MissingICUData - ICU data not found". I dont see any compatibiliy issues like 32 bit or 64 bit.
Please help.
.Srinivas
1 Commento
Davit
il 20 Mag 2017
Find the file icudt*l.dat and copy it to the directory from where your application loads icu*.dll. In both cases * stands for the version. In my case for the WINDOWS the .dat file is in the directory '%matlabroot%\bin\win64' and in the case of LINUX it is located '$matlabroot/bin/glnxa64' (matlabroot is the root directory for your MATLAB). Please copy the file from the original location to the the path for dynamic libraries run time (in the same folder with icudt.dll). I hope this will help good luck! Davit P.S. In my case it helped
Risposte (1)
Kaustubha Govind
il 29 Mar 2012
0 voti
See if this answer is relevant: http://www.mathworks.com/matlabcentral/answers/372-linking-c-with-matlab
Categorie
Scopri di più su MATLAB Compiler in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!