필터 지우기
필터 지우기

need some help to troubleshoot a "solution not finite" error in Simulink

조회 수: 1 (최근 30일)
Randy Chen
Randy Chen 2021년 10월 23일
I'm getting the following error on my Simulink model:
I tried changing the initial conditions and reducing the fixed step size, but neither works. Attached here is my Simulink file and the list of parameters I'm using, could someone give me some hint please?
parameters:
m = 0.1; %Mass of Airfoil
M = 1.0; %mass of cart
g = 0;9.81; %Gravitational acceleration
l = 0.5; %Distance between Pitch Axis and CG
alpha_eq = 0; %Equilibrium Angle of Attack in radians
rho = 1.225; %Air density
U = 1; %Free-stream velocity
q_inf = 0.5*rho*U^2;%Dynamic pressure
c = 1; %Chord length
p = 3*c/4; %Distance between Pitch Axis and CP
I_G = 10;(1/3)*m*c^2 ; %Moment of Inertia about the CG
xf = 1; %Coordinate of Pitch Axis from Leading Edge
e = (xf/c) - 0.25; %Elastic margin
C = 1; %Theodorsen's function
gamma = 0.1;

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by