Community Profile

photo

Anh Dang


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

5 years ago | 0 answers | 0

0

answers

Question


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;...

5 years ago | 1 answer | 0

1

answer