Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 importdata 用于包含精度高达小数点后 11 位的数据的几个数据文件,Matlab 似乎认为我在使用 importdata 时只对前 5 位感兴趣,有没有我可以使用的替代方法加载我的数据,还是定义我希望加载数据的精度的方法?
第一次尝试:
format long g
另外,你能粘贴一些你试图加载的数据吗?