Jasneet Singh
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
76,880
of 295,448
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.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
Developing a simulink sin bump?
How do I generate a half sinosudial bump with a width of 1.2m in simulink?
3 years ago | 0 answers | 0
0
answersQuestion
identity matrix nth order
n = [1:1:20]; M=eye(n).*0.02 its not working !! i got an error that says eye() can't draw n dimensional arrays..can it be corr...
3 years ago | 2 answers | 0
2
answersQuestion
how to develop n order matrix?
i wish to make a matrix of nth order fromm K=[2000,-1000,0,0;-1000,2000,-1000,0;0,-1000,2000,-1000;0,0,-1000,1000; so on to nth ...
3 years ago | 2 answers | 0
2
answersQuestion
how to solve this ode:
hello, this is my script help me withn this please, [t,y]=ode45('EQ2',[0:1800],[0,0]); function dydt=EQ2(t,y) a=1; # pararm...
4 years ago | 1 answer | 0
1
answerQuestion
solving ordinary differential equation
Hello , I am trying to solve an ode in matlab but i'm getting syntax errors. pls help!! my actual ODE is : m*d2xdt2 + a*(dxdt)...
4 years ago | 2 answers | 0