我正在尝试在运行Ubuntu 12.04的计算机上运行MATLAB程序。然后当它运行到代码
load('data\sparse_combinations\Tw.mat', 'Tw')
MATLAB将报告此错误
Error using load Unable to read file 'data\sparse_combinations\Tw.mat': no sucn file or directory
但是当我进入'sparse_combinations'目录时,则运行代码
load('Tw.mat')
效果很好。
你能帮我找到原因吗?