Feeds
질문
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...
7년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
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?
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?
7년 초과 전 | 0
답변 있음
Trapezoidal rule in MATLAB
Is there any more information I should give? I'm very new to programming.
Trapezoidal rule in MATLAB
Is there any more information I should give? I'm very new to programming.
7년 초과 전 | 0
질문
Trapezoidal rule in MATLAB
This is my code so far. function v = velocity(x, route) load route; d = distance_km; y = speed_kmph; ...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
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. ...
거의 8년 전 | 답변 수: 0 | 0

