photo

Dean Yankee Jabili


Last seen: alrededor de 5 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
245.402
of 301.778

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.418

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 176.499

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
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to show the iterations and the answers and the graph
clc clear m = 68.1; g = 9.81; t = 10; v = 40; f =@(c) (g*m*(1-(exp((-c*t)/m)))/c)-v; N = 100; %iterations err = 0.1;...

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

1

respuesta

Pregunta


No lines in my graph
Hello guys my code works fine but even though i add '--r' in my plot there is no line connecting them. this is my code g=9.8;...

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

1

respuesta

Pregunta


Line of code wont read
y = ((x.^2)-((3(x))+7))./(sqrt((2(x))+5)); this is the one that I am working with but it is not working it keeps on telling m...

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

1

respuesta

Pregunta


No Line in my plot its just dots
This is my finished work buy it just shows the dots not the line, how can I display it? x=0.5; n=5; i=0; f=0; wh...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Maclaurin Series Expansion help
This is the given problem, ive tried watching in youtube but the one they have is taylor series, i just dont understand the e_...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Display it into a seperate table
m = 70; c = 13; g = 9.81; v = 0; A(1,1) = {'Time,s'}; A(1,2) = {'Velocity, m/s'}; for t = 0:1:100 w=v; ...

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

1

respuesta