弱问:LabVIEW中的Matlab Script
时间:12-13
整理:3721RD
点击:
是不是什么matlab的语句都能处理呢?
我用一个wavread的函数好像就不行,那么我怎么能得到wave文件的采样频率呢?
我用一个wavread的函数好像就不行,那么我怎么能得到wave文件的采样频率呢?
Sure you can use wavread in Matlab script node. No problem at all. Please make sure that the file path is a string. You can use pwd in Matlab script node to debug your code.
Best wishes.
what's pwd ?
pwd gives the current working directory.