MATLAB COMPILER RELEASE NOTES User's Guide Page 181

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 180
Mathematics
5-21
Functionality What Happens
When You
Use This
Functionality
Use This Instead Compatibility Considerations
TriScatteredInterp Still runs scatteredInterpolant Replace all instances of
TriScatteredInterp
with
scatteredInterpolant.
See
scatteredInterpolant
class that replaces
TriScatteredInterp
on page 5-13 for
compatibility details.
inline Still runs Anonymous function Replace all instances
of inline with an
anonymous function. See
Anonymous Functions for
more information. You can
use symvar and func2str to
convert your existing code.
rand or randn with the
'seed', 'state' or
'twister' inputs.
Still runs rng For more information about
updating your code and
assessing the impact of this
change, see Updating Your
Random Number Generator
Syntax.
permute(A,order)
where order contains
noninteger or complex
values.
Warns Real, positive integer values
for order
Replace all instances of
noninteger or complex
valued inputs with real,
positive integer values. You
can use round or real for
this conversion.
Page view 180
1 2 ... 176 177 178 179 180 181 182 183 184 185 186 ... 715 716

Comments to this Manuals

No comments