
Shubham
Statistics
12 Questions
0 Answers
RANK
69.055
of 260.424
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 17.899
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111.870
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
Content Feed
Question
To determine response using ode45 for a time dependent forcing at specific nodes
function [qdot] = deriv(t,q,A,B) F(9,1) = 100*sin(100*t); % There are total 7 nodes (4 dof at each node). I want to ...
9 meses ago | 0 answers | 0
0
answersQuestion
FRF using Fast Fourier transform
As to plot FRF(output) using FFT we plot cross(xf)/auto(ff) v/s frequency. The to plot the Frequency response of input force wha...
más de 1 año ago | 0 answers | 0
0
answersQuestion
numerical integration to obtain response using convolution
%% Question - I have to integrate this expression symbollically such that the final answer is a function of ta %% because I hav...
más de 1 año ago | 1 answer | 0
1
answerQuestion
Numerical integration to find response
%% Question - I have to integrate this expression symbollically such that the final answer is a function of ta %% because I hav...
más de 1 año ago | 0 answers | 0
0
answersQuestion
Response to an impulse(delta dirac)
This is my question there is a spring mass damper system.....hit by a step input at t=0 of magnitude 20N for 2 sec.....I know th...
más de 1 año ago | 1 answer | 0
1
answerQuestion
system of ode plotting solution
function qdot = vdPav(t,q) Delta= -2; F= 1; epsilon = 0.1; qdot = [epsilon((1/2)*q(1)-(1/8)*q(1)^3+(1/2)*Delta*q(2)-(1/8)*q(...
más de 1 año ago | 0 answers | 0
0
answersQuestion
Perimeter by adding distance
I have two arrays [x] and [y] (contains values corresponding to x)..I plot the values it resulted in a closed curve now the ques...
más de 1 año ago | 1 answer | 0
1
answerQuestion
solving non linear equation using fsolve
function F = root2d(phi) F = zeros(2,1); F(1) = (pi*sin((pi*(phi(1) + theta_n))/180)*cos((pi*phi(2))/180)*(cos((pi*theta_n)/...
más de 1 año ago | 1 answer | 0
1
answerQuestion
solving set of non linear equation
Problem : to find the values of phi(1) and phi(2) by solving the non linear set of eqn ......I am getting error PS : hal...
más de 1 año ago | 2 answers | 0
2
answersQuestion
plotting eta v/s iteration
I want to plot eta v/s iteration I dont know how to proceed
más de 1 año ago | 1 answer | 0
1
answerQuestion
Symbolic plotting of Fourier integral
<</matlabcentral/answers/uploaded_files/504473/IMG_20210130_212723.jpg>> I want to plot M/P×a v/s (x/a) there are no values ...
más de 1 año ago | 1 answer | 0
1
answerQuestion
How to extract value at a given time in ode 45
I have solved an ode numerically for tspan [0 5] so an array is created for values of x at different t. The question is hoe c...
más de 1 año ago | 2 answers | 0