Hi all, I get following error while executing the simulink model;
error evaluating 'InitFcn' callback of MPC block(mask)
I would appreciate if any one could help me to remove this error.
Regards,
Sushant

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2014년 9월 4일

0 개 추천

Go to InitFcn and show us the code

댓글 수: 5

sushant kumar
sushant kumar 2014년 9월 4일
how to go to InitFcn.....
  1. Right click on your model and choose model properties
  2. click on callbacks
  3. click on InitFcn
Fatima Hassan
Fatima Hassan 2018년 1월 23일
Well I was getting the same error with thr Audio Reader block and when I went to the InitFcn callback the code "audioblkAudioDeviceIO(gcbh,'initfcn')" is greyed-out what do I do?
I am also getting the error, I am using ubuntu 18.04, I don't know how to get rid of this error. My MATLAB version is r2018b. Earlier when I was using it in windows ,there was no such error, but this is not going at all.
Gustavo Silva
Gustavo Silva 2020년 9월 29일
I already went to callback and select initFcn* and there where this, I presss ok but nothing happend, It still appearing the same error
Ku = 4.6737;
Tu = 3.26;
Kpmin = 0.32*Ku;
Kpmax = 0.6*Ku;
Kdmin = 0.08*Ku*Tu;
Kdmax = 0.15*Ku*Tu;
fuzzy_pid = readfis('fuzzy_pid');

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

태그

질문:

2014년 9월 4일

댓글:

2020년 9월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by