source: MML/trunk/mml/HowtoMatlabcompiler @ 4

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

File size: 1.2 KB
Line 
1# Tests avec le Matlab Compiler 4.0 (R14)
2# 29 juin 2004
3
4Le compilateur a entierement restructure. Il s'appuit maintenant sur la
5technologie RunTime
6
7Tel. Support
8 MAtlab 01 41 14 67 14 --> demander le support technique
9
10## Les options ne sont plus les memes ...
11
12
13## BUG #0
14Simulink problem ....
15Modifier le fichier compiler/deploy/matlabrc.m
16Voir note 1-O9PX9
17
18## BUG #1
19Warning: Simulink app-defaults file cannot be found in any of the default
20places.  Contact your system administrator to have this file installed.
21
22Solution Solution Number: 1-1AY7B
23http://www.mathworks.com/support/solutions/data/1-1AY7B.html?solution=1-1AY7B
24
25Make a copy of $MATLAB/X11/app-defaults/Matlab and place it in your $HOME/Matlab
26
27## BUG a  la compilation de fichier qui ne sont pas dans le meme fichier
28
29# Exemple simple
30mcc -m hello.m
31
32# Exemple autre avec tango_ping
33mcc -m toto.m -I /home/nadolski/tutu titi.m -I  /home/nadolski/controlroom/tango_binding/tango_43/m-files/ tango_ping.m -I /home/nadolski/controlroom/tango_binding/tango_4/mex-file/
34
35## Regle d'or mettre tous les chemins de fichier en dur avec l'option -I
36Il ne faut pas que ces fichiers soient definis dans la variable PATH !!!
Note: See TracBrowser for help on using the repository browser.