hello, I have download and installed packages accoridng the instruction, but when running the tutorial.m, there is error
"Error using cd
Cannot CD to E:\Openbuild\Classes\@buildingData/tmp/ (Name is nonexistent or not a directory).
Error in buildingData/importData (line 121)
cd(sprintf('%s/tmp/',path));
Error in building/collectData (line 57)
obj.buildingData.importData();
Error in tutorial (line 40)
b.collectData();"
I have tried many times, but can't figure it out, could some help me to get this solved?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello, I have download and installed packages accoridng the instruction, but when running the tutorial.m, there is error
"Error using cd
Cannot CD to E:\Openbuild\Classes\@buildingData/tmp/ (Name is nonexistent or not a directory).
Error in buildingData/importData (line 121)
cd(sprintf('%s/tmp/',path));
Error in building/collectData (line 57)
obj.buildingData.importData();
Error in tutorial (line 40)
b.collectData();"
I have tried many times, but can't figure it out, could some help me to get this solved?
I also got same problems :(
Somehow creating the folder worked for me. I dont know if it is a bug in the system by making the folder named tmp resolved the issue.