Trying to load .dat file matlab
显示 更早的评论
I am trying to use dlmread command for importing .dat file which has stress and strain values .strain values are in the range of -5.81E-09 but after giving filename='USt37.dat'; deliminator=','; data=dlmread(filename,deliminator,3,0); the data file is loading in 1x1 matrix form whereas original data was in 2x2 matrix form .Please help.
1 个评论
Walter Roberson
2017-6-27
Please post a sample of the actual file, instead of just a picture of it.
One thing I notice is that your picture uses blanks between the columns, but you are using comma as the column delimiter.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Stress and Strain 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!