Statistics
2 Questions
0 Answers
RANK
187,391
of 301,464
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,292
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,642
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 stop the integration at y=0 using event detection i want to give k=0 for y>0 and k=1 for y<0
P.m = 0.1; P.alpha = 20; P.g = 9.81; P.R= 0.05; theta = 20; %angle of impact tspan = [0, 1]; y0 = [0; 10*cosd(theta); 0; 1...
5 years ago | 0 answers | 0
0
answersQuestion
How can i convert my code from symbolic to numerical so that i can use if statements
function [Result1] = Untitled3(u) syms X1(t) X2(t) M g alph Y t S R Dy = diff(X1,t); Dx = diff(X2,t); EqX1 = diff(X1,2) ==...
5 years ago | 0 answers | 0