User`s guide
R2014a
3-10
• Calling External Functions—How to use functionality from other languages, such as
Java, .NET, and C, in MATLAB.
• MATLAB API for Other Languages—How to interact with MATLAB and MATLAB
data types from other language applications. How to write and call MEX-functions.
Functionality being removed or changed
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility
Considerations
circshift(A,K)
for scalar K.
Still runs circshift(A,
[K 0]) to retain
current behavior
In a future release,
the behavior of
circshift(A,K),
where K is a scalar,
will change. The
function will operate
on the first array
dimension whose size
does not equal 1 by
default. Currently,
the function operates
on the first array
dimension by default.
To retain current
behavior, use
circshift(A,[K
0]).
flipdim(A,dim) Still runs flip Replace all instances
of flipdim(A,dim)
with flip(A) or
flip(A,dim).
bitmax Warns flintmax Replace all instances
of bitmax with
flintmax.
tstool Errors timeseries,
tscollection,
openvar, or plot
Replace all
instances of tstool
with timeseries,