MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 311

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 354
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 310
mwArray GetDimensions() const
Purpose Return array of type m xINT 32_CLASS representing dimensions of array
C++
Syntax
#include "mclcppclass. h"
mwArray a(2, 2, mxDOUBLE_CLASS);
mwArray dims = a.GetDimensions();
Arguments None
Return
Value
mwArray type mxINT32_CLASS containing the dimensions of the array.
Description Usethismethodtodeterminethesizeofeachdimensioninthearray.
The size of the returned array is 1-by-
NumberOfDimensions().
C-57
Seitenansicht 310
1 2 ... 306 307 308 309 310 311 312 313 314 315 316 ... 353 354

Kommentare zu diesen Handbüchern

Keine Kommentare