How can I fix that's Found algebraic loop containing'
9 ビュー (過去 30 日間)
古いコメントを表示
I cant fix this Warning: Block diagram 'four_Coil_maglev' contains 1 algebraic loop(s). To see more details about the loops use the command href="matlab:Simulink.BlockDiagram.getAlgebraicLoops(bdroot);">Simulink.BlockDiagram.getAlgebraicLoops('four_Coil_mag ev') </a or the command line Simulink debugger by typing href="matlab:sldebug(bdroot);">sldebug('four_Coil_maglev') </a in the MATLAB command window. To eliminate this message, set the Algebraic loop option in the Diagnostics page of the Configuration Parameters Dialog to "None".
I try to use disp but I cant.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171476/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171477/image.png)
回答 (2 件)
abdou lamri
2021 年 4 月 20 日
Algebraic loops are not supported in generated code. Use the 'ashow' command in the Simulink Debugger to see the algebraic loops
how i can fix this problm
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!