Statistics
2 Questions
0 Answers
RANK
298,932
of 301,481
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,298
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,744
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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...
7 years ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
