MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 320

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 354
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 319
mwArray RowIndex() const
Purpose Return array containing row indices of each element in array
C++
Syntax
#include <stdio.h>
#include "mclcppclass. h"
mwArray a(1, 1, mxDOUBLE_CLASS);
mwArray rows = a.RowIndex();
Arguments None
Return
Value
An mwArray containing the row indices.
Description Returns an array of type mxINT32_CLASS representing the row indices
(first dimension) of this array. For sparse arrays, the indices are
returned for just the non-zero elements and the size of the array
returned is 1-by-
NumberOfNonZeros(). For nonsparse arrays, the size
of the array returned is 1-by-
NumberOfElements(),andtherowindices
of all o f the elements are returned.
C-66
Seitenansicht 319
1 2 ... 315 316 317 318 319 320 321 322 323 324 325 ... 353 354

Kommentare zu diesen Handbüchern

Keine Kommentare