MATLAB COMPILER RELEASE NOTES Guia do Utilizador Página 122

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 716
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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,
Vista de página 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 715 716

Comentários a estes Manuais

Sem comentários