what is the meaning of this error?

조회 수: 2 (최근 30일)
NagaRani  Adireddy
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?

채택된 답변

Massimo Zanetti
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개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by