photo

Rava Sash


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
2 Réponses

RANG
64 761
of 300 857

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
0

RANG
 of 21 097

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 361

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 do I get the plot for this code?
I have used the trapetzoid rule. How do I get the plot for this code? function T = time_to_destination(x,route, n) load...

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

2

réponses

Réponse apportée
How do I get the plot for this code?
I meant trapezoidal rule* Can't anyone help me? Do I need to convert the vectors to a matrix? If so, how do I do that?

plus de 7 ans il y a | 0

Réponse apportée
Trapezoidal rule in MATLAB
Is there any more information I should give? I'm very new to programming.

plus de 7 ans il y a | 0

Question


Trapezoidal rule in MATLAB
This is my code so far. function v = velocity(x, route) load route; d = distance_km; y = speed_kmph; ...

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

1

réponse

Question


Extrapolation/error handling
I'm trying to prevent extrapolation, the input speed (v) can't be lower than 2 or higher than 200. I'm trying to use if/else but...

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

1

réponse

Question


Spline and interpolation?
(I'm very new to programming). I want my code to give me the consumption for every speed. So when I for example write consumpti...

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

2

réponses

Question


Problem using spline in MATLAB
I'm new to programming and I'm trying to make a code where I get a c-value after entering my v-value in the command window. ...

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

0

réponse