photo

Dean Yankee Jabili


Last seen: environ 5 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
245 417
of 301 793

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 423

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 593

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

Afficher les badges

Feeds

Afficher par

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

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

2

réponses

Question


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

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

0

réponse

Question


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

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

1

réponse