Error evaluating 'MaskCallback' callback

16 ビュー (過去 30 日間)
Viet Linh Cao
Viet Linh Cao 2016 年 4 月 26 日
編集済み: Viet Linh Cao 2016 年 4 月 26 日
Hi, i'm trying to create some Initial settings for my neural network. I created a block with some paremeters then in the Initialization window i used this code
eStr = eq_initmask(gcb,'init');
if ~isempty(eStr.emsg)
errordlg(eStr.emsg, 'Equalizer Demo', 'replace');
end
if ~isempty(eStr.emsg_w)
warndlg(eStr.emsg_w, 'Equalizer Demo', 'replace');
end
But when i run simulation i got this error
Error evaluating 'MaskCallback' callback of SubSystem block (mask) 'eq_sim_CRNN_4QAM/Initial Settings'. Undefined function 'eq_initmask' for input arguments of type 'char'
Can anyone help me? I'm not really good with matlab. Oh, this works fine with matlab 6.5. But when I try it with matlab R2016a I got this problem.

回答 (0 件)

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by