Re-re-Bonjour,

J'essaye de transformer mon petit programme matlab en C ou C++ alors j'ai fait un autre .m avec :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
mcc -m TRAIT_BIN_BF
mais il aime pas :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
??? Error: File "trait_bin_bf" is a script M-file and cannot be compiled with the current Compiler.
 
Error in ==> matlab_en_C at 1
mcc -m TRAIT_BIN_BF
Question simple : pourquoi donc?