photo

Phuc Nguyen Quy


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
142.218
of 301.793

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
83.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.423

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 176.593

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta