MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 181

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 274
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 180
Optimizing Arrays
6-5
If you compile this with the -O none option, you get
...
mlfAssign(
&y,
mclMtimes(
mlfDoubleMatrix(2, 2, _array0_, (double *)NULL),
mlfDoubleMatrix(2, 2, _array1_, (double *)NULL)));
...
Compiling with -O none -O fold_non_scalar_mxarrays:on gives
...
mlfAssign(&y, _mxarray4_);
...
Scalars
(fold_mxarrays) This option is equivalent to using both
fold_scalar_mxarrays and fold_non_scalar_mxarrays. It is included for
compatibility with P-code generation.
Seitenansicht 180
1 2 ... 176 177 178 179 180 181 182 183 184 185 186 ... 273 274

Kommentare zu diesen Handbüchern

Keine Kommentare