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 脚本的 LabVIEW 应用程序。我想将通过 IMAQ 获取的图像传递给 Matlab 脚本,但输入变量没有支持的数据类型(允许的类型是实数、复数、一维数组、二维数组等),但没有可用的图像数据类型。如何通过呢?
使用 IMAQ 将图像通道分解为 uchar 2D 数组(每个 R、G、B 和 Alpha 1 个)。将它们传入并在 Matlab 中重建它或根据算法在不同的通道上操作。