MATLAB BUILDER JA 2 Guide de l'utilisateur Page 269

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 292
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 268
Data Conversion Rules
MATLAB to Java Conversion Rules (Continued)
MATLAB Type Java Type (Primitive) Java Type (Object)
uint16 short
java.lang.short
Java has no unsigned type
to represent the
uint16 used in MATLAB.
Construction of and a ccess to M ATLAB arrays of
an unsigned type requires conversion.
uint32 int
java.lang.Integer
Java has no unsigned type
to represent the
uint32 used in MATLAB.
Construction of and a ccess to M ATLAB arrays of
an unsigned type requires conversion.
uint64 long
java.lang.Long
Java has no unsigned type
to represent the
uint64 used in MATLAB.
Construction of and a ccess to M ATLAB arrays of
an unsigned type requires conversion.
logical boolean java.lang.Boolean
Function handle Not supported
Java class Not supported
User class Not supported
Unsupported MATLAB Array Types
Java has no unsigned types to represent the uint8, uint16, uint32,and
uint64 types used in MATLAB. Construction of and access to MATLAB
arrays of an unsigned type requires conversion.
6-13
Vue de la page 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 291 292

Commentaires sur ces manuels

Pas de commentaire