Function 'assignin' not supported for code generation.

3 ビュー (過去 30 日間)
lucinda douglas
lucinda douglas 2021 年 2 月 12 日
回答済み: Walter Roberson 2021 年 2 月 12 日
i am currently tring to debug a model and to do this i want to see what values are being fed into the matlab function block in simulink, i've tried using display blocks but they don't update when the error occurs so i tried to add an assignin command in the funtion block to send the inputs to the workspace to view but i keep getting this error. does anyone know another way to view the inputs?

採用された回答

Walter Roberson
Walter Roberson 2021 年 2 月 12 日
Globals. Which requires registering a datastore https://www.mathworks.com/help/simulink/ug/using-global-data-with-the-matlab-function-block.html but inside a MATLAB Function Block you can code in terms of the standard global directive (you just have to register the MATLAB Function Block in the port manager.)

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by