MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 122

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 716
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 121
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,
Vue de la page 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 715 716

Commentaires sur ces manuels

Pas de commentaire