In order for the code to be deployed all files (apart from the ones inside the import folder) must exist inside the project home folder and not separate folders.
.
This issue is caused because the following set of commands (which add all folders/subfolders/files of the project home folder to the matlab path):
In order for the code to be deployed all files (apart from the ones inside the import folder) must exist inside the project home folder and not separate folders.
.
This issue is caused because the following set of commands (which add all folders/subfolders/files of the project home folder to the matlab path):
do not cope with the deployed version of the program.
Solution: All the .m files inside the folders must be called each time they are needed (by using dynamic paths and the ''ctfroot'' command).
This solution will be implemented in the future.