I am having a problem with compiling a m file that uses the load(filename) function(that reads input from a .txt file) into a stand alone program.
it gives an error while excuting the .exe program which says:
Exception ! File: handler.cpp, line 73
can't open File c:\thru.txt
and it...
hi all
im not an expert in matlab.
but i have a problem when using the matlab compiler to creat a stand alone application from a .m file that calls its inputs from .txt files using the load command.
The m file is working fine but the exe file(created stand alone file) gives an error in the file...