photo

Phuc Nguyen Quy


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
81 165
of 301 811

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
83.33%

VOTES REÇUS
0

RANG
 of 21 419

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 692

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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; ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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:...

plus de 7 ans il y a | 1 réponse | 0

1

réponse