User`s guide

R2010a
13-14
MATLAB:intConvertNonIntVal
MATLAB:intConvertOverflow
MATLAB:intMathOverflow
Compatibility Considerations
The warning messages for integer math and conversion are no longer available. Remove
these warning IDs from your code.
Function intwarning Being Removed
The intwarning function will be removed in a future release. Use of intwarning now
throws a warning:
Warning: All four integer warnings are removed.
INTWARNING will be removed in a future release.
Compatibility Considerations
The warnings previously thrown when you used intwarning on are now removed.
Remove all instances of intwarning from your code.
atan Warning Being Removed
The warning thrown when you use atan(i) and atan(-i) will be removed. Currently,
the warning message is:
Warning: Singularity in ATAN. This warning will be
removed in a future release.Consider using DBSTOP
IF NANINF when debugging.
Compatibility Considerations
Remove instances of the warning ID MATLAB:atan:singularity from your code.
nextpow2 Returns Output the Same Size As Input
In previous releases, nextpow2 with a vector input v returned nextpow2(length(v)).
Now nextpow2(v) returns a vector the same size as the input.