Why do I receive warnings about the location of the LOGICAL, ISNUMERIC, and ISLOGICAL functions in MATLAB?

1 view (last 30 days)
When I type
ver
at the MATLAB prompt in MATLAB 7.0 (R14), I receive the following warnings:
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@uint8\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@uint64\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@uint32\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@uint16\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@single\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@logical\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@int8\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@int64\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@int32\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@int16\logical.bi
Warning: Builtin function logical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\@double\logical.bi
Warning: Builtin function isnumeric should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\isnumeric.bi
> In ver at 69
Warning: Builtin function islogical should be found in matlab\datatypes and not in c:\matlab7\toolbox\matlab\elmat\islogical.bi
> In ver at 69

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
These warnings occur when installing MATLAB 7.0 (R14) into the same directory, such as "c:\matlab7", as a beta version of MATLAB 7.0 (R14).
To avoid these warnings, uninstall the previous version of MATLAB before installing the new version of MATLAB, or make sure that you are installing into a clean directory that do not contain any instances of a MATLAB installation.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!