MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 618

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 716
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 617
R2006b
21-28
function [A B C] = myfun(x, y)
Compatibility Considerations
This new syntax is not valid in MATLAB versions earlier than Release 14. When writing
an M-file that you expect to run on versions both earlier and later than R14, be sure to
separate any output variables in the function definition line with commas:
function [A, B, C] = myfun(x, y)
Improved Performance on Certain Platforms and Operations
In this release, MATLAB offers improved performance in the following areas:
Improved performance on 64-bit Windows XP and Linux platforms. This is
independent of the size of data set in use.
Faster scalar indexing into cell arrays.
Faster assignment of cell array data to variables.
Vue de la page 617
1 2 ... 613 614 615 616 617 618 619 620 621 622 623 ... 715 716

Commentaires sur ces manuels

Pas de commentaire