Error in determining the root folder

조회 수: 1 (최근 30일)
Bahar Anvari
Bahar Anvari 2018년 11월 5일
답변: Sebastian Castro 2018년 11월 7일
Hi ,
I'm trying to use determineRootFolder but Im getting an error: [Excel_File_Name,templatePath,outputFilePath] = determineRootFolder({Excel_File_Name,templatePath,outputFilePath},{'New Volume','New Volume','New Volume'});
How can I use determineRootFolder properly?
Thanks, Bahar
  댓글 수: 3
Walter Roberson
Walter Roberson 2018년 11월 5일
determineRootFolder appears to be Java, not MATLAB
Walter Roberson
Walter Roberson 2018년 11월 5일
https://github.com/vshaxe/vscode-checkstyle/blob/master/src/Main.hx or http://www.massapi.com/class/po/PortletRequest.html have java implementations, which appear to do different things, and which do not appear to have the same function signature as you are using.
I do not find a MATLAB function by that name.

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

답변 (1개)

Sebastian Castro
Sebastian Castro 2018년 11월 7일
If you want the name of the current folder
>> folderName = pwd;
If you want the name of the file containing the MATLAB script/function itself:
>> folderName = fileparts(mfilename('fullpath'));
- Sebastian

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by