From: Samiran on 12 Feb 2010 19:09 My problem is like this - Suppose I have a directory structure as followed- PARENT_DIRECTORY -- CHILD_DIRECTORY1 -- myfun.m [FILE] -- CHILD_DIRECTORY2 -- mainfile.m I have some codes written in mainfile.m situated in the PARENT_DIRECTORY which is my working directory. And it is required to call a function "myfun", which is written in myfun.m file situated in CHILD_DIRECTORY_1. How can I achieve this in MATLAB? Thanks in advance...
|
Pages: 1 Prev: Error message with imread and imshow Next: Final year Project |