| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Parallel Computing Toolbox |
| Contents | Index |
| Learn more about Parallel Computing Toolbox |
depdir = getFileDependencyDir
depdir | String indicating directory where FileDependencies are placed. |
depdir = getFileDependencyDir returns a string, which is the path to the local directory into which FileDependencies are written. This function will return an empty array if it is not called on a MATLAB worker.
Find the current directory for FileDependencies.
ddir = getFileDependencyDir;
Change to that directory to invoke an executable.
cdir = cd(ddir);
Invoke the executable.
[OK, output] = system('myexecutable');
Change back to the original directory.
cd(cdir);
getCurrentJob, getCurrentJobmanager, getCurrentTask, getCurrentWorker
![]() | getDebugLog | getJobSchedulerData | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |