Monday, January 23, 2006

Matlab: load mat or txt file

[1] load temp13.txt
temp13 = …

[2] temp = ['temp',num2str(12),'.txt'];
a = load(temp);

[3] load abc.mat
different variables inside abc.mat


No comments:

Post a Comment