Code working on Matlab 2017 but not 2015
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I have a code working on my computer (Matlab R2017b), but when I want to use it on the lab computer (Matlab_R2015b), it doesn't work.
It's a code generating paired clicks to generate a P50 gating response.
The line with a problem is
Standard = GenerateTone(sf, Duration_standard, Freq); % , amp);
I don't know if it's possible to help with just one line of code!
0 件のコメント
回答 (1 件)
madhan ravi
2018 年 12 月 17 日
編集済み: madhan ravi
2018 年 12 月 17 日
I suspect it's a user defined function not in inbuilt function.
which GenerateTone -all %what does it show?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Audio I/O and Waveform Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!