where to place the "From" block in this simulink model
12 views (last 30 days)
Show older comments
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,

0 Comments
Accepted Answer
Fangjun Jiang
on 24 Mar 2021
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 Comments
More Answers (1)
Jonas
on 24 Mar 2021
Just delete the Goto blocks if you don't use them or disable the diagnostic for missing From blocks in the Configuration Parameters.
0 Comments
See Also
Categories
Find more on Configure and View Diagnostics in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!