Siddharth Jain
Followers: 0 Following: 0
Statistics
12 Questions
0 Answers
RANK
215,239
of 295,448
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Help with removing the transient part in FFT
I want to remove the transient psrt from my fft of TE to clearly see the frequency components. I have tried removing the transie...
1 year ago | 1 answer | 0
1
answerQuestion
Help with computing FFT
*Please help me with my issue, it may seem that my question is repeated, but it is not. My code has been updating each week and ...
1 year ago | 1 answer | 0
1
answerQuestion
Help needed to find error
*Please help me with my issue, it may seem that my question is repeated, but it is not. My code has been updating each week and ...
1 year ago | 0 answers | 0
0
answersQuestion
Help with ODE tolerance options
I am modelling a single stage helical gear transmission, and want to adjust the ODE tolerance options to allow for faster simula...
1 year ago | 1 answer | 0
1
answerQuestion
Ways for faster torque interpolation
I am modelling a single stage helical gear transmission, in which I am applying an input torque to the driver gear. However, the...
1 year ago | 1 answer | 0
1
answerQuestion
How to solve for the torsional degrees of freedom
I am trying to model the torsional degrees of freedom for a single stage helical gear system. My orignal code is here: https://u...
1 year ago | 1 answer | 0
1
answerQuestion
Keep getting a blank graph
My code is trying to model the torsional degrees of freedom of a helical gear pair. I am unable to plot Force Fy vs time as it k...
2 years ago | 3 answers | 0
3
answersQuestion
How to fix error in my DAE program?
The follwing is my main code- I am getting error - Not enough input arguments. Error in @(t,y,ydot)reduced21(t,y,ydot,T_a) ...
2 years ago | 1 answer | 0
1
answerQuestion
How to convert ode45 to Differential Algebraic Equations?
I have 12 equations with 6 DOF ( see yp) that i want to convert to Differential Algebraic Equation format. How can I do this? f...
2 years ago | 1 answer | 0
1
answerQuestion
how to replace/import .mat file with parameter values?
I want to replace torque T_a with the data in .mat file (attached) for my code- function yp = reduced(t,y) beta = 13*(pi/1...
2 years ago | 1 answer | 0
1
answerQuestion
How do i plot a derivative versus time
I have the code below and want to plot for eg yp(2) vs time- How can I do this? function yp = reduced(t,y) m_a = 0.5; c_a...
2 years ago | 1 answer | 0
1
answerQuestion
How to model 3 Degrees of Freedom at once
I have been unable to code the follwing equations in matlab-
2 years ago | 1 answer | 0