photo

Jarrod


Last seen: casi 2 años hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
1 Respuesta

CLASIFICACIÓN
283.074
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

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 2

Ver insignias

Feeds

Ver por

Pregunta


Variable x must be of data type double. It is currently of type sym. Check where the variable is assigned a value.
%W=3t^2+6t %W=3t(t+2) %(-(b)+sqrt(b^2-(4*a*c))/2*a) %(-(b)-sqrt(b^2-(4*a*c))/2*a) syms x positive W=3*x.^2+6*x; t1=solve(W...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


find x given y
%W=3t^2+6t %W=3t(t+2) %(-(b)+sqrt(b^2-(4*a*c))/2*a) %(-(b)-sqrt(b^2-(4*a*c))/2*a) syms x W=3*x.^2+6*x; t1a=solve(3*x.^2+6*...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
solving parabola with x and y intercept
function y = parshelter(x1,y1,x2,y2) syms x b=(( y2 - y1 )/( (x1^2) - (x2^2) )); a=y1+b*x1^2; y=a-b*x^2; end ...

alrededor de 2 años hace | 0

| aceptada

Pregunta


solving parabola with x and y intercept
Im currently trying figure out how to graph a parabola given x and y intercept function y = parshelter(x1,y1,x2,y2) %where i...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how do I fill between 3 lines?
b = 48 time = 0:1:40000; mFast = 6/30 mSlow = 4.3/30 yFast = (mFast*time)+b ySlow = (mSlow*time)+b plot(time,yFast); x...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta