Feeds
提问
How do I fix my RHS and LHS matrix? It alway gives me bad result (NaN).
clear all; close all; g=9.8; w_0=300; %RPM M=100/2.2; %The large mass, kg mr=M*.5*g/w_0^2; %The size of a CFG is typically s...
7 years 前 | 0 个回答 | 0
0
个回答提问
Solving ODE with Matlab
%Parameters m_d=5.0; R=0.5;I_d=m_d*(R^2)/2; m=2.5; f_n=1;k=m*(2*pi*f_n)^2; a = 0.4; %Initial Conditions y(1)=0;theta(1)=0;...
7 years 前 | 1 个回答 | 0
