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 在同一个 Excel 文件中绘制 Excel 中的数据,是否可以要求用户选择所需的范围而不是在 Matlab 代码中定义范围?
是的,XLSREAD提供了以交互方式加载数据的选项,尽管它仅适用于 Windows。
out = xlsread(fileName,-1);