error, simscape

Caused by: Error using ==> lBuild at 35 Component has more differential variables than equations.

1 comentario

Walter Roberson
Walter Roberson el 16 de Mayo de 2012
This appears to be a duplicate of http://www.mathworks.com/matlabcentral/answers/37796-language-simscape

Iniciar sesión para comentar.

Respuestas (1)

K E
K E el 16 de Mayo de 2012

0 votos

This document by S. Enocksson gives an example of such an error: "you declare two variables in the setup section of the code and then have three equations in equations section. When the numerical solver tries to solve the system it gives an error message because the system of equations becomes over-determined or underdetermined and that causes numerical errors for the equation solver." So, check that your declared variables and equations match up.

Categorías

Productos

Etiquetas

Preguntada:

el 16 de Mayo de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by