what is the meaning of this error?
1 ビュー (過去 30 日間)
表示 古いコメント
NagaRani Adireddy
2017 年 7 月 20 日
回答済み: Massimo Zanetti
2017 年 7 月 20 日
I just want to open the .pdf file with adobereader using matlab.For this I used these commands
x = 'rani.pdf';
str = sprintf('AdbeRdr11010_en_US.exe %s', x);
system(str);
while running this I got the output as "'AdbeRdr11010_en_US.exe' is not recognized as an internal or external command, operable program or batch file. " what it means? how can i open the pdf file is there any alternative?
0 件のコメント
採用された回答
Massimo Zanetti
2017 年 7 月 20 日
Here the problem is not related to Matlab..
As far as I know opening a pdf from command line in Windows goes like this: path> start filename.pdf
provided path string points to the folder where the pdf is in..
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Find more on Get Started with MATLAB 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!