Problems in running deployed tool

8 views (last 30 days)
I have compiled a matlab program and built it as a package with 64 bit matlab runtime compiler. when i run the tool (Matlab runtime compiler not installed) the tool pulls data from MySQL server but does not show the plot(output) that is supposed to come in a separate window. Then I installed the 32 bit 7.17 r2012a matlab compiler. still the tool wont give output. is the problem not having the 64 bit runtime compiler installed. But whenever I try to run the set up package of the runtime compiler 64 bit, either the progress stops at 2% or 52%. I am using a i7 machine with 8 gb ram. OS is win 7 ultimate. Is there any specific bug known that causes the issue?
  1 Comment
Abhishek Ray
Abhishek Ray on 1 Feb 2013
Urgency is a matter of relative nature. But Going through your post got your point. Apologies for the misclassifcation of problem.

Sign in to comment.

Accepted Answer

Abhishek Ray
Abhishek Ray on 26 Feb 2013
Hi Walter Thanks A lot.
The probem is solved. basically the statistical test needed the data file containing critical values which was in toolbox folder. Once that was attached it was fine.
Regards, Abhishek
  1 Comment
owr
owr on 26 Feb 2013
Good find, this has come up before with egcitest:
I still think a pragma that could be included in code to identify MAT files that need to be included at deploy time would be a good addition to the language.

Sign in to comment.

More Answers (1)

Walter Roberson
Walter Roberson on 1 Feb 2013
You need MCR for the same number of bits (32 vs 64) as you compiled with.
Is your Windows 7 Ultimate machine running in 32 bit or 64 bit mode? If it is in 32 bit mode then you would not be able to run the 64 bit executable on it.
You can load the 32 bit MATLAB (and MATLAB Compiler) on the same machine that currently has the 64 bit MATLAB, and use the 32 bit version to compile the executable.
It could be that the first difficulty you describe has to do with something else not being installed. You should load Dependency Walker from the 'net and use that on the 64 bit compiled version.
  4 Comments
Abhishek Ray
Abhishek Ray on 22 Feb 2013
Edited: Walter Roberson on 22 Feb 2013
Hi Walter,
I went through the link. My program uses egci and sharpe from econ and finance toolbox but they return a single number so no gui. This is the log file I am getting . This is huge...so can you tell me how to look for probable errors in this?
Regards,
Abhishek
ant:
<mkdir dir="C:\Users\ARAB\Documents\Elance\Peter\PTV1\distrib" />
<mkdir dir="C:\Users\ARAB\Documents\Elance\Peter\PTV1\src" />
mcc -o PTV1 -W WinMain:PTV1 -T link:exe -d C:\Users\ARAB\Documents\Elance\Peter\PTV1\src -w enable:specified_file_mismatch -w enable:repeated_file -w enable:switch_ignored -w enable:missing_lib_sentinel -w enable:demo_license -v C:\Users\ARAB\Documents\Elance\Peter\PairsTrading_export.m -a C:\Users\ARAB\Documents\Elance\Peter\local.settings -a C:\Users\ARAB\Documents\Elance\Peter\PairsTrading_export.mat
Compiler version: 4.17 (R2012a)
Processing C:\Program Files\MATLAB\R2012a\toolbox\matlab\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\database\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\shared\statslib\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\econ\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\distcomp\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\finance\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\stats\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\matlab\guide\guideopts.fig
Processing C:\Program Files\MATLAB\R2012a\toolbox\matlab\winfun\actxcontrolselect.fig
Processing C:\Program Files\MATLAB\R2012a\toolbox\matlab\winfun\actxcontrolcreateproperty.fig
Processing C:\Program Files\MATLAB\R2012a\toolbox\ident\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\general\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\control\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\signal\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\optim\mcc.enc
Processing C:\Program Files\MATLAB\R2012a\toolbox\shared\optimlib\mcc.enc
Processing include files...
2 item(s) added.
Processing directories installed with MCR...
The file C:\Users\ARAB\Documents\Elance\Peter\PTV1\src\mccExcludedFiles.log contains a list of functions excluded from the CTF archive.
4 item(s) added.
Generating MATLAB path for the compiled application...
Created 78 path items.
Begin validation of MEX files: Fri Feb 22 12:44:12 2013
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\@distcomp\dctCmdWindowSize.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\cluster\+parallel\+internal\+cluster\workerShutdown.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\distcomp\dct_psfcns.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\distcomp\distcompByteBuffer2MxArray.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\distcomp\distcompMakeByteBufferHandle.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\distcomp\distcompMxArray2ByteBuffer.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\distcomp\distcompdeserialize.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\distcomp\distcompserialize.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\distcomp\getUncPathFromMappedDrive.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\distcomp\pct_unsetenvmex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\parallel\@codistributed\private\scalaCholmex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\parallel\@codistributed\private\scalaEigmex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\parallel\@codistributed\private\scalaLUmex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\parallel\@codistributed\private\scalaLUsolvemex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\parallel\@codistributed\private\scalaQRmex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\parallel\@codistributed\private\scalaQRsolvemex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\parallel\@codistributed\private\scalaSvdmex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\parallel\@codistributed\private\scalaTrisolvemex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\parallel\@codistributor2dbc\private\mexMtimes2dbc.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\private\dctPathAndClearNotification.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\distcomp\private\dctRegisterMpiFunctions.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\ident\nlident\@linear\soevaluate.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\ident\nlident\@wavenet\soevaluate.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\HamEig.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\HamGenEig.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\bdschur.mexw64'.
Found MATLAB file 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\bdschur.m'.
MEX file
'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\bdschur.mexw64'
is valid. It contains 'mexFunction.'
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\ddaeresp.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\ddaesim.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\frdelay.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\frkernel.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\hlyapslv.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\lyapslv.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\matscale.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\mimozero.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\normrank.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\quadgp1.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\quadgp2.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\rrqrf.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\ssfresp.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\ssresp.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\sssim.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\sylvslv.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\tfresp.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\tfsim.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\triperm.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\zpkboderesp.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\zpkfresp.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\zpkresp.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\controllib\engine\numerics\zpksim.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\statslib\@categorical\private\issqrbrktliteral.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\shared\statslib\@dataset\private\issqrbrktliteral.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\signal\signal\private\upfirdnmex.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\stats\stats\@sobolset\private\DNToMatrix.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\stats\stats\@sobolset\private\MatrixToDN.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\stats\stats\@sobolset\private\computeDN.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\stats\stats\@sobolset\private\convertToDouble.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\stats\stats\@sobolset\private\matrixBitXor.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\stats\stats\@sobolset\private\sobolIndexed.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\stats\stats\@sobolset\private\sobolNet.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\stats\stats\@sobolset\private\sobolPoint.mexw64'.
No conflicting MATLAB file found.
Validating 'C:\Program Files\MATLAB\R2012a\toolbox\stats\stats\@sobolset\private\sobolSequence.mexw64'.
No conflicting MATLAB file found.
End validation of MEX files: Fri Feb 22 12:44:13 2013
Warning: Adding path "C:\Users\ARAB\Documents\Elance\Peter" to Compiler path
instance.
Parsing file "C:\Users\ARAB\Documents\Elance\Peter\PairsTrading_export.m"
    (Referenced from: "Compiler Command Line").
Parsing file "C:\Program Files\MATLAB\R2012a\toolbox\compiler\deploy\deployprint.m"
    (Referenced from: "Compiler Command Line").
Parsing file "C:\Program Files\MATLAB\R2012a\toolbox\compiler\deploy\printdlg.m"
    (Referenced from: "Compiler Command Line").
Deleting 61 temporary MEX authorization files.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_13667_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_14469_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_15649_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_26806_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_24040_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_11734_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_20329_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_16954_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_21809_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_21976_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_26993_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_26471_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_5873_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_20733_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_14858_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_9667_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_26794_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_23981_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_5553_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_30700_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_1043_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_4620_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_12293_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_8434_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_24868_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_8409_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_18130_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_8568_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_18947_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_3170_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_13339_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_6403_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_18322_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_2_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_13961_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_11997_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_32730_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_30183_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_21474_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_18429_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_5684_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_28138_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_6637_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_19937_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_21944_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_12301_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_29877_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_28728_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_5095_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_19999_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_14300_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_22762_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_21042_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_19009_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_9373_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_6112_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_24920_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_6759_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_24454_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_11493_9172.auth'.
Removing: 'C:\Users\ARAB\AppData\Local\Temp\mathworks_tmp_9172_30271_9172.auth'.
Generating file "C:\Users\ARAB\Documents\Elance\Peter\PTV1\src\readme.txt".
copy 'C:\Users\ARAB\Documents\Elance\Peter\PTV1\src\readme.txt' 'C:\Users\ARAB\Documents\Elance\Peter\PTV1\distrib\readme.txt'
copy 'C:\Users\ARAB\Documents\Elance\Peter\PTV1\src\PTV1.exe' 'C:\Users\ARAB\Documents\Elance\Peter\PTV1\distrib\PTV1.exe'
ant:
<echo file="C:\Users\ARAB\Documents\Elance\Peter\PTV1\distrib/_install.bat">ECHO OFF
:START
ECHO Deploying project PTV1
SET NEEDUPDATEPATH=
IF EXIST MCRInstaller.exe (
ECHO Running MCRInstaller
MCRInstaller.exe
SET NEEDUPDATEPATH=1
) ELSE IF EXIST MCRInstaller.cmd (
ECHO Running remote MCRInstaller
MCRInstaller.cmd
SET NEEDUPDATEPATH=1
)
:COMPLETE
ECHO Installation complete.
ECHO Please refer to the documentation for any additional setup steps.com.mathworks.project.impl.engine.ZipCommand@2fb7b2ea
C:\Program Files\MATLAB\R2012a\extern\lib\win64\mwunzipsfx.exe
C:\Users\ARAB\Documents\Elance\Peter\PTV1_pkg.zip
1 file(s) copied.
Zip entry offsets appear off by 146432 bytes - correcting...
Walter Roberson
Walter Roberson on 22 Feb 2013
That log looks okay.
How are you doing the plotting in the real program?
Have you tried tossing in some disp() statements in your program in order to narrow down how far the program is getting? For example is it even reaching the plotting commands?
Are there any places in your code where you call a function (ode45 for example) and pass in the name of the function as a quoted string instead of as a function handle?

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!