Info

此问题已关闭。 请重新打开它进行编辑或回答。

I get an error when i use load command

1 次查看(过去 30 天)
Ray
Ray 2015-12-8
关闭: Walter Roberson 2015-12-8
for k = 1:length(matFiles)
baseFileName = matFiles(k).name;
fullFileName = fullfile(myFolder, baseFileName);
fprintf(1, 'Now reading %s\n', fullFileName);
matData{k} = load(fullFileName);
%data.power = matData{k}.rawdata;
contour(xposition,yposition,matData{k}.rawdata)
hold on
end
Error using load Unable to read MAT-file /Volumes/MY PASSPORT/redhwan/Documents/MATLAB/2DimenstionalTestingGT20150907/MeasurementDataFinal/TWDPN5db14ft_35inchMetalCab/._xpositions.mat. Not a binary MAT-file. Try LOAD -ASCII to read as text.
Error in Plot2D (line 32) matData{k} = load(fullFileName);

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by