MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 301

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 354
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 300
mwArray Serialize() const
Purpose Serialize underlying array into byte array, and return this data in new
array of type
mxUINT8_CLASS
C++
Syntax
#include "mclcppclass. h"
mwArray a(2, 2, mxDOUBLE_CLASS);
mwArray s = a.Serialize();
Arguments None
Return
Value
New mwArray of type mxUINT8_CLASS containing the serialized data.
Description Use this method to serialize an array into bytes. A 1-by-n numeric
matrix of type
mxUINT8_CLASS is returned containing the serialized
data. The data can be deserialized back into the original representation
by calling
mwArray::Deserialize().
C-47
Seitenansicht 300
1 2 ... 296 297 298 299 300 301 302 303 304 305 306 ... 353 354

Kommentare zu diesen Handbüchern

Keine Kommentare