Statistics
6 Questions
0 Answers
RANK
142,175
of 301,754
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 21,410
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,414
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
why 2-circle not moving around 1-circle?
function M =movie_test() close all timestep=0.01; for t=-pi/2:timestep:3*pi/4 x3=[-2:timestep:5*pi/4] y3=-sin(x...
7 years ago | 0 answers | 0
0
answersQuestion
Help me to draw graphic
i=1; for t=0:1:520 t1=0:1:520; y1=-sind(t1); y=-sind(t)+0.2; plot(t1,y1,t,y,'o','MarkerSize',20,'MarkerFace...
7 years ago | 1 answer | 0
1
answerQuestion
someone help me plzzz :(
tic syms x y; f(x) = (2.*x-1).*sin(pi.*x); for i=1:25 y(i)=diff(f(x),i); end fun=matlabFunction(y'); x=-2:0.01:1; re...
7 years ago | 2 answers | 0
2
answersQuestion
help me to find max :((
syms x; f(x) = (2.*x-1).*sin(pi.*x); xMin = -2; xMax = 1; stepSize = 0.01; for i=1:5 y=diff(f(x),i); [val,idx] = ma...
7 years ago | 1 answer | 0
1
answerQuestion
i don't know how to fix it Help me :(
syms x; e=0.001; a=-2; b=1; f(x)=(2.*x-1).*sin(pi.*x); Pn10(x)=taylor(f,'order',10); xMin = a; xMax = b; stepSize = 0.01; ...
7 years ago | 1 answer | 0
1
answerQuestion
someone help me to fix plzzz
this one i can find max syms x; assume(x, 'Real'); f=(2.*x+1).*exp(-x.^2); xMin = -2; xMax = 1; stepSize = 0.01; x = xMin:...
7 years ago | 1 answer | 0
