Matlab can not run add layout lines in powerpoint and gives strange error

조회 수: 2 (최근 30일)
farzad
farzad 2020년 5월 17일
댓글: Walter Roberson 2020년 5월 18일
Hi All
just after some successfull runnings of my code, and simply adding more functions, now I am getting a new strange error :
Error using mlreportgen.ppt.Presentation/add
Cannot open file. createInputStream failed
  댓글 수: 4
farzad
farzad 2020년 5월 18일
I mean, I do
mydir=uigetdir()
drawnow;
mainfold= pwd
but if Matlab base is on another foder, mainfold get that one and not mydir. so, I should first change the matlab base folder
Walter Roberson
Walter Roberson 2020년 5월 18일
uigetdir() does not change current directories: it only gets a directory name from the user. You would then use it to construct file names or folder names, especially using fullfile()

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by