Error on matlab get_param
显示 更早的评论
I'm generating tlc files from a model. In a specific point I'm getting this error when calling get_param:
>> get_param('FGCS_Sim', 'TargetFcnLibHandle')
??? Error using ==> getTfl at 30 TFL: "None" cannot be found in the registry.
Error in ==>
C:\MATLAB\R2008b\toolbox\rtw\rtw\@RTW\@TargetRegistry\getTflTableList.p>getTflTableList at 18
??? Target Function Library 'None' is missing or does not contain a valid TFL Table.
This error is occurring in `.p` file, so I can't see what's happening. But when I try with a different parameter name (one that does not exist), I get a "normal" error:
>> get_param('FGCS_Sim', 'foo_boo_bar')
??? block_diagram does not have a parameter named 'foo_boo_bar'.
What could be happening?
2 个评论
Walter Roberson
2017-12-20
You could experiment with the method given at https://www.mathworks.com/matlabcentral/answers/94901-why-do-i-receive-an-error-message-about-tfl-ipp-in-simulink-7-5-r2010a
Joao Paulo Oliveira Fernandes
2017-12-20
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Model, Block, and Port Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!