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 在 MS Access 2010(.accdb 文件)中进行查询。我想发送一个查询(例如:“SELECT * FROM TESTTABLE”)并能够读取结果。
如果无法使用 .accdb 文件,我将使用 .mdb。
谢谢
您可以使用Database Toolbox执行此操作。