MATLAB COMPILER RELEASE NOTES Guida Utente Pagina 149

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 716
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 148
Mathematics
4-15
Mathematics
Functionality being removed or changed
Functionality What Happens When
You Use This Functionality
Use This Instead Compatibility
Considerations
interp1(X, Y, Xq,
[], ...) where []
specifies the default
interpolation method
Still Runs interp1(X, Y, Xq,
'linear', ...)
Replace all instances
of interp1(X, Y,
Xq, [], ...) with
interp1(X, Y, Xq,
'linear', ...).
Passing mixed-
orientation vectors to
interp2:
Vq = interp2(x, y,
V, xq, yq)
Specifically, if one or
both of the following
are true:
One of x and y is a
row vector and the
other is a column
vector.
One of xq and yq is
a row vector and the
other is a column
vector.
Still Runs Construct the full grid
with meshgrid first.
Alternatively, use
griddedInterpolant
if you have a large data
set.
Modify all instances
that pass mixed-
orientation vectors
to interp2. You can
modify your code in one
of two ways:
Call meshgrid to
construct the full
grid first.
[X,Y] =
meshgrid(x, y);
[Xq,Yq] =
meshgrid(xq,
yq);
Vq = interp2(X,
Y, V, Xq, Yq);
Pass the vectors to
griddedInterpolant
inside a cell array.
F =
griddedInterpolant({x,
y}, V.');
Vq = (F({xq,
yq})).'
Vedere la pagina 148
1 2 ... 144 145 146 147 148 149 150 151 152 153 154 ... 715 716

Commenti su questo manuale

Nessun commento

KitchenAid KUIS15NRHT5 manuály

Uživatelské manuály a uživatelské příručky pro Mrazničky KitchenAid KUIS15NRHT5.
Poskytujeme 1 manuály pdf KitchenAid KUIS15NRHT5 ke stažení zdarma podle typů dokumentů: Uživatelský manuál






Další produkty a příručky pro Mrazničky KitchenAid

Modely Typ Dokumentu
KUIS15NRHW8 Uživatelský manuál   KITCHENAID KUIS15NRHW8 User Manual, 9 stránky
KUIS15PRHB5 Uživatelský manuál   KITCHENAID KUIS15PRHB5 User Manual, 8 stránky
KUIC15PRTS1 Uživatelský manuál   KITCHENAID KUIC15PRTS1 User Manual, 9 stránky
KUIS185FWH1 Uživatelský manuál   KITCHENAID KUIS185FWH1 User Manual, 8 stránky