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.
我想在matlab中使用xlsread函数来导入非常小的数据,比如10E-13。但它总是在向量“num”中显示 0。我想读取确切的数字并将其导出。
那么,有谁知道如何提高准确性或精度?
先感谢您!
您无法更改xlsread读取数据的精度。但是,输出数组实际上可能包含 中的数据num,但 MATLAB 将其显示为0。运行format long g,然后再次显示。
xlsread
num
0
format long g