필터 지우기
필터 지우기

Attempt to modify 'fuzwiz' which is a locked (read-only) library

조회 수: 31 (최근 30일)
Rim SALAH
Rim SALAH 2017년 8월 23일
답변: Sudarshan Kolar 2017년 8월 29일
Error in 'integration_pv_power_system_fuzzyOuMPPT/Inverter Control/Fuzzy Logic Controller with Ruleviewer/Fuzzy Logic Controller': Initialization commands cannot be evaluated. Caused by: Attempt to modify 'fuzwiz' which is a locked (read-only) library

답변 (1개)

Sudarshan Kolar
Sudarshan Kolar 2017년 8월 29일
Hi Rim,
From the error you have mentioned here, it seems like you have a Simulink model which has a library block inside. It seems like you have a script in the InitFcn callback that is modifying the structure of this library block.
Please remember that you have to disable the locked link of this block to the library before making any changes to it.
1. Remove the lock from the library
2. Disable the library link
3. Run your model
This should fix your issue.
You can read more about library lock disabling here .
You can read more about the library blocks here .
Hope that helps.
-Sudarshan

카테고리

Help CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by