MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 331

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 354
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 330
void Set(const mwArray& arr)
Purpose Assign shared copy of input array to currently referenced cell for arrays
of type
mxCELL_CLASS and m xSTR UCT_CLASS
C++
Syntax
#include "mclcppclass. h"
mwArray a(2, 2, mxDOUBLE_CLASS);
mwArray b(2, 2, mxINT16_CLASS);
mwArray c(1, 2, mxCELL_CLASS);
c.Get(1,1).Set(a); // Sets c(1) = a
c.Get(1,2).Set(b); // Sets c(2) = b
Arguments arr
mwArray
to assign to currently referenced cell
Return
Value
None
Description Use this method to construct cell and struct arrays.
C-77
Seitenansicht 330
1 2 ... 326 327 328 329 330 331 332 333 334 335 336 ... 353 354

Kommentare zu diesen Handbüchern

Keine Kommentare