I have a C++ program that uses the matlab interface on linux. When I run the C++ program, I get an error relating to the locale database:
MATLAB:I18n:LocaleDatabaseNotFound - Cannot find the MATLAB locale database.
The MATLAB process default locale is set to "en_US.US-ASCII".
What does this mean? Will this error result in serious numerical problems, or is it just a minor warning?