MATLAB中无法顺利将自己编写的脚本文件(.m)生成对应的可执行文件(.exe)
mcc -m playnoise 或者mcc -m playnoise.m 都不成功
PsychStartup: Environment variable GSTREAMER_1_0_ROOT_MSVC_X86_64 points to non-existent folder?!?
PsychStartup: The missing or inaccessible path to GStreamer is: F:\gstreamer\1.0\msvc_x86_64\
PsychStartup: Something is botched. Trying various common locations for the runtime to keep going.
PsychStartup: Adding path of installed GStreamer runtime to library path. [D:\gstreamer\1.0\msvc_x86_64\bin]
1.将gstreamer的安装路径 D:\gstreamer\1.0\msvc_x86_64\bin添加到MATLAB的路径里
2.在电脑环境变量里添加D:\gstreamer\1.0\msvc_x86_64\bin
成功通过指令生成可执行文件