photo

Phuc Nguyen Quy


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
81,165
of 301,811

평판
0

참여
6 질문
0 답변

답변 채택
83.33%

획득한 표
0

순위
 of 21,419

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,692

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변