where to place the "From" block in this simulink model
3 次查看(过去 30 天)
显示 更早的评论
im try to run the Internal Resistance Estimation simulink model in matlab simulink, im getting error like
Component: Simulink | Category: Block warning
Component: Simulink | Category: Block warning
i found the simulink model in a research paper,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/561048/image.png)
0 个评论
采纳的回答
Fangjun Jiang
2021-3-24
These are warnings not errors. These warnings are usually fine. It means thoese two connections are created but not used.
Take a look at the Goto and From block to understand the meaning.
0 个评论
更多回答(1 个)
Jonas
2021-3-24
Just delete the Goto blocks if you don't use them or disable the diagnostic for missing From blocks in the Configuration Parameters.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!