Tameksalet
KACIMI M  
  Vous etes les bienvenue chez KACIMI M
  Station systeme lagunaire
  Adjuvant
  Genie civil
  Geotextile
  Geomembrane
  Coffrage Peri
  Coffrage Alpi
  Coffrage Doka
  ACIER
  ARCHITECTURE
  Prticipation
  sonder
  Topographie
  Voici le monde
  Geni
  Newsletter
  Livre d'or
  PDF
  Photo Algerie
  Music ARABE
  Beton Armé
  Medecine
  Université
  Model de document
  telecharger des logiciels
  Batiment
  Crack general
  Google
  Creer vos CD interactif
  Google.fr
  Recherche
  Robot melinium
  Compteur
  logiciel pour l'Entreprise
  Ansys Full
  Ansys 12 et 11
  Logiciel de calcul de structures aux éléments finis
  CBAO Element finis
  MPA BETON LABO
  university
  MMB 498
  geogebra
  Microsoft 2010
  Centrale Osmotique
  GeoTechnique
  ministere de l'interieur
  Journal Officiel 2009 Algerien
  formullaire officiel Algerien
  Driver AC 97
  Creer un forum
  Editor Neo 4.94.02.3435
  GIAC et XCAS
  Fortran
  GForce
  Telechager des livres
  Galerie Photos
  Coffrage Faresin
  Epson Stilus pro 4000
  P4M800
  Surfaçage 01
  Surfacage 02
  Matlab compiler
  Matlab comp2
  Beton durci
  Resistance des Materiaux
  Essai du son à travers un Beton
  Ciment CRS
  CPJ 42.5
  CPJ 32.5
  Composition du Béton
  Remede de Fissuration du Beton
  Cause des fissure du Beton
  Laboratoire (essai)
  photos
  Saint Gobain
  RPA 1
  Recherche livres
  RPA 99 Version 2003
  Kacimi Med
  Setup Factory – Software Installer Builder
  les taches dans un projet
  Comptabilité et Gestion
  Comptabilité 2
  Gestion de Stock
  Driver Gmail
  Compression
  Georges Bechmann
  Livres anciens Assainissement
  Journal Elkhabar
  Logiciels de CAO DAO
  CLARIFICATEUR
  DECANTEUR PRIMERE
  BASSIN BIOLOGIQUE
  PRETRAITEMENT
  DESHYDRATATION
  Image
  STATION D'EPURATION
  PDF
  STEP
  Topographie2
  Infos
  Rapport
Matlab comp2
 
Products & Services Solutions Academia Support User Community Company

 
 
Home |  Select Country  |  Contact Us  |   Store  Getting StartedUser's GuideFunctionsExamplesRelease NotesSummary by VersionVersion 4.13 (R2010a) MATLAB Compiler SoftwareVersion 4.11 (R2009b) MATLAB Compiler SoftwareVersion 4.10 (R2009a) MATLAB Compiler SoftwareVersion 4.9 (R2008b) MATLAB Compiler SoftwareVersion 4.8 (R2008a) MATLAB Compiler SoftwareVersion 4.7 (R2007b) MATLAB Compiler SoftwareVersion 4.6 (R2007a) MATLAB Compiler SoftwareVersion 4.5 (R2006b) MATLAB Compiler SoftwareVersion 4.4 (R2006a) MATLAB Compiler SoftwareVersion 4.3 (R14SP3) MATLAB Compiler SoftwareVersion 4.2 (R14SP2) MATLAB Compiler SoftwareVersion 4.1.1 (R14SP1+) MATLAB CompilerVersion 4.1 (R14SP1) MATLAB Compiler SoftwareVersion 4.0.1 (R14+) MATLAB Compiler SoftwareVersion 4.0 (R14) MATLAB Compiler SoftwareCompatibility Summary for MATLAB Compiler SoftwareSymbols  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 
Learn more about MATLAB Compiler   

Version 4.9 (R2008b) MATLAB Compiler Software

This table summarizes what's new in Version 4.9 (R2008b):

New Features and Changes Version Compatibility Considerations Fixed Bugs and Known Problems Related Documentation at Web Site
Yes
Details below
 
Yes
Summary
Bug Reports
Includes fixes
No

 

New features and changes introduced in this version are:

  •  

  •  

  •  

  •  

  •  

  •  

  •  

 

Applications Created with Parallel Computing Toolbox Can Be Compiled

You can now compile MATLAB applications that use the Parallel Computing Toolbox™. Resulting executables and components can scale to multicore and multiprocessing environments using the MATLAB Distributed Computing Server. For more information, see

Applications Created with Parallel Computing Toolbox Can Be CompiledData Sharing Between MATLAB Code, MCR Instance, and Wrapper Code Available64-Bit Addressing of mwArrays Is New Default, 32-Bit Addressing No Longer SupportedMicrosoft Visual Studio 2008, 32-Bit and 64-Bit Editions, Now SupportedFor More Information About Compilers Supported by MATLABWarning Results When Running Figure-Generating Applications or Printing with -nojvm FlagSame Name Class Objects Shared Between MCR Instances Will Not Work Correctly Improving Data Access Using the MCR User Data Interface in the MATLAB Compiler User's Guide for more information.

Data Sharing Between MATLAB Code, MCR Instance, and Wrapper Code Available

It is now possible to share data between an MCR instance, the MATLAB code running on that MCR, and the wrapper code that created the MCR, by implementing two MATLAB functions and four external C functions in a new API that may be called from within deployed application wrapper code. Using these functions may potentially improve performance and promote efficient use of computing resources. See

Improving Data Access Using the MCR User Data Interface in the MATLAB Compiler User's Guide for more information.

64-Bit Addressing of mwArrays Is New Default, 32-Bit Addressing No Longer Supported

The MX_COMPAT_32_OFF variable, which allowed 32-bit addressing of mwArrays, is no longer supported. As in R2008a, the default is 64-bit (large array support). See "

Addressing mwArrays Above the 2 GB Limit" in the MATLAB Compiler User's Guide for more information.

Microsoft Visual Studio 2008, 32-Bit and 64-Bit Editions, Now Supported

Support is now available for Microsoft Visual Studio 2008, 32-bit and 64-bit editions.

For More Information About Compilers Supported by MATLAB

For more information about changes in compiler-related software and interfaces supported by MATLAB, see

Changes to Compiler Support in the MATLAB Compiler User's Guide for more information.

Warning Results When Running Figure-Generating Applications or Printing with -nojvm Flag

As of R2008b, running a figure-generating application or printing with the -nojvm option results in a warning message. In some cases, figure rendering may succeed, and in other cases it may not. Similarly, various MATLAB graphics functions dependent on Java, such as graphics passed with -R -nojvm, will not result in displayable graphics. In a future release, the -nojvm option will no longer support figure-generating or printing and will be removed.

Same Name Class Objects Shared Between MCR Instances Will Not Work Correctly

If the same class name is used in two or more separate MCR instances within the same process, the object will not work correctly. This bug impacts all component based targets: C/C++ shared libraries, COM/.Net targets, and Java targets. This bug does not affect standalone executables. This is due to a bug in the MATLAB Object System and is being addressed.

 
Was this topic helpful?   
 

 


Free MATLAB Compiler Interactive Kit

Learn how to build standalone executables and C/C++ shared libraries from MATLAB code.


 

Trials Available

Try the latest version of MATLAB Compiler.


 
 © 1984-2010- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS
Get free kit Get trial software
Products & Services Solutions Academia Support User Community Company

Learn more about MATLAB Compiler   

Version 4.9 (R2008b) MATLAB Compiler Software

This table summarizes what's new in Version 4.9 (R2008b):

New Features and Changes Version Compatibility Considerations Fixed Bugs and Known Problems Related Documentation at Web Site
Yes
Details below
 
Yes
Summary
Bug Reports
Includes fixes
No

 

New features and changes introduced in this version are:

Applications Created with Parallel Computing Toolbox Can Be Compiled

You can now compile MATLAB applications that use the Parallel Computing Toolbox™. Resulting executables and components can scale to multicore and multiprocessing environments using the MATLAB Distributed Computing Server. For more information, see Improving Data Access Using the MCR User Data Interface in the MATLAB Compiler User's Guide for more information.

Data Sharing Between MATLAB Code, MCR Instance, and Wrapper Code Available

It is now possible to share data between an MCR instance, the MATLAB code running on that MCR, and the wrapper code that created the MCR, by implementing two MATLAB functions and four external C functions in a new API that may be called from within deployed application wrapper code. Using these functions may potentially improve performance and promote efficient use of computing resources. See Improving Data Access Using the MCR User Data Interface in the MATLAB Compiler User's Guide for more information.

64-Bit Addressing of mwArrays Is New Default, 32-Bit Addressing No Longer Supported

The MX_COMPAT_32_OFF variable, which allowed 32-bit addressing of mwArrays, is no longer supported. As in R2008a, the default is 64-bit (large array support). See "Addressing mwArrays Above the 2 GB Limit" in the MATLAB Compiler User's Guide for more information.

Microsoft Visual Studio 2008, 32-Bit and 64-Bit Editions, Now Supported

Support is now available for Microsoft Visual Studio 2008, 32-bit and 64-bit editions.

For More Information About Compilers Supported by MATLAB

For more information about changes in compiler-related software and interfaces supported by MATLAB, see Changes to Compiler Support in the MATLAB Compiler User's Guide for more information.

Warning Results When Running Figure-Generating Applications or Printing with -nojvm Flag

As of R2008b, running a figure-generating application or printing with the -nojvm option results in a warning message. In some cases, figure rendering may succeed, and in other cases it may not. Similarly, various MATLAB graphics functions dependent on Java, such as graphics passed with -R -nojvm, will not result in displayable graphics. In a future release, the -nojvm option will no longer support figure-generating or printing and will be removed.

Same Name Class Objects Shared Between MCR Instances Will Not Work Correctly

If the same class name is used in two or more separate MCR instances within the same process, the object will not work correctly. This bug impacts all component based targets: C/C++ shared libraries, COM/.Net targets, and Java targets. This bug does not affect standalone executables. This is due to a bug in the MATLAB Object System and is being addressed.

 
Was this topic helpful?   
 

 


Free MATLAB Compiler Interactive Kit

Learn how to build standalone executables and C/C++ shared libraries from MATLAB code.


Get free kit

Trials Available

Try the latest version of MATLAB Compiler.


Get trial software
 © 1984-2010- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS
 
 
 
   
Aujourd'hui sont déjà 15467 Visiteurs