Read time and numerical data from txt file and plot in matlab.

2 次查看(过去 30 天)
Hello,
Previously, I saved mydata.txt in .xlsx (excel format) and used:-
data=xlsread('mydata.xlsx');
ax=(data(:,3))';
ay=(data(:,4))';
az=(data(:,5))';
bx=(data(:,6))';
by=(data(:,7))';
bz=(data(:,8))';
time=t=(data(:,2))';
%plot(t,ax,'y-',t,ay,'r-',t,az,'m-',t,bx,'+-',t,by,'o-',t,bz,'*-');
Instead of use xlsread is there any other method to directly read txt file?

采纳的回答

Stephan
Stephan 2019-10-10

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by