j'ai voulu avoir un fichier .exe sous matlab à partir du fichier princ.m qui fait appel à d'autres fonctions toutes placées dans le même répertoire Pso sous Bin mais j'arrive pas à executer mon programme voici le message que j'ai eu
N.B j'ai le matlab 7.0
c'est quoi le prob merci de me guider
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 mcc -mv princ.m To get started, select MATLAB Help or Demos from the Help menu. Compiler version: 4.0 (R14) Parsing file "c:\matlab7\bin\pso\princ.m" (Referenced from: "Compiler Command Line"). Parsing file "c:\matlab7\toolbox\compiler\deploy\matlabrc.m" (Referenced from: "Compiler Command Line"). Parsing file "c:\matlab7\toolbox\compiler\dirname.m" (Referenced from: "Compiler Command Line"). ??? Error: File "princ" is a script M-file and cannot be compiled with the current Compiler.![]()
Partager