MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guide de l'utilisateur Page 297

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 354
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 296
mwArray(<type> re)
Purpose Construct real scalar array of type of the input argument and initialize
data with input argument’s value
C++
Syntax
#include "mclcppclass. h"
double x = 5.0;
mwArray a(x); // Creates 1X1 double array with value 5.0
Arguments re
Scalar value to initialize array with
Return
Value
None
Description Use this constructor to create a real scalar array. < type> can be any
of the following:
mxDouble, mxS ingle, mxInt8, mxUint8, mxInt16,
mxUint16, mxInt32, mx Uint 32, mx Int64, mxUint64,ormxLogical.The
scalar array is created with thetypeoftheinputargument.
C-43
Vue de la page 296
1 2 ... 292 293 294 295 296 297 298 299 300 301 302 ... 353 354

Commentaires sur ces manuels

Pas de commentaire