Run Dos utilits in Matlab standalone applications

1 view (last 30 days)
Hi, All! Please help me to solve this mystery: I am creating matlab stand-alone application. It use some dos utilites (like wgrib.exe, cdo.exe, wget.exe) ( Example dos('cnvgrib.exe -g21 gfs.t06z.master.grbf00.10m.uv.grib2 11')
It perfectly works, before I compile it with mcc. Compiled application print an error, because it cannot launch сdo.exe, wgrib.exe, cvngrib.exe. However it works brilliantly using wget.
Why it can not use dos utilites (all exept wget.exe) after compiling? Thanks for your help!
  2 Comments
Daniel Shub
Daniel Shub on 25 Apr 2012
Please delete you duplicate question: http://www.mathworks.com/matlabcentral/answers/36494-run-dos-utilits-in-matlab-standalone-applications

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!