Siddharth Jain
Followers: 0 Following: 0
Feeds
질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 3 | 0
3
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
How to model 3 Degrees of Freedom at once
I have been unable to code the follwing equations in matlab-
대략 2년 전 | 답변 수: 1 | 0