No Solver Block Connected Error
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello MathWorks!
I am entirely new to Simulink, and none of my professors are very familiar with the program, so I am coming to you with a question.
My very first model is relatively simple- most of my components are from the SimRF Circuit element library, and I have one filter from the DSP library. In order to use my filter, I am using the SimRF export -> filter -> SimRF import.
However, whenever I simulate, I get the error: No Solver Block Connected to Physical Network
I found a few related questions in the community, and found this article: http://www.mathworks.com/help/physmod/simscape/ref/solverconfiguration.html
I tried connecting solver blocks to either side (and both sides) of the filter, and even one to the filter section itself, but I can't get around this error.
Sorry if this is a really simple question, but I couldn't get Google to turn up an answer, and I don't have a lot of in person help at my University.
PS: Here is a simplified version:
SimRF Network -> SimRF Export -> DSP Filter -> SimRF Import -> SimRF Network
댓글 수: 0
답변 (1개)
John Gerdes
2013년 5월 8일
This example should answer your question. In short, a solver block has to be wired in to the system somewhere, or else it won't solve. This is one of the quirks of using simscape as opposed to standard simulink. I just started watching tutorials on simscape a couple days ago so don't worry it's not so hard to pick up the differences. The other key lesson to learn is how to use the "physical system to signal" blocks (also in tutorials in simscape).
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with RF Blockset에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!