Moustafa Aboubakr
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Changing a parameter in a differential equation according to a condition ?
I am trying to change the input wheel velocities of a mobile robot according to a position condition ? if d > 0 & d...
7 years 前 | 1 个回答 | 0
1
个回答提问
Distance between point and a line ?
How do I calculate the normal distance between a point and a line connecting two other defined points ? ex p = [0 0] and a li...
7 years 前 | 2 个回答 | 0
2
个回答提问
Why animated plot (using for loop) from a (sol) struct is too slow ?
I am solving the differential equations of a differential drive mobile robot using the ode23 solver and then plotting the result...
7 years 前 | 1 个回答 | 0
1
个回答已回答
Two For loops working Simultaneously ?? bvp4c
the answer from stackoverflow The observed behavior is exactly the expected behavior, you assign repeatedly to bv, the return ...
Two For loops working Simultaneously ?? bvp4c
the answer from stackoverflow The observed behavior is exactly the expected behavior, you assign repeatedly to bv, the return ...
7 years 前 | 0
| 已接受
提问
Two For loops working Simultaneously ?? bvp4c
I am to solve a differential equation system using bvp4c (boundary conditions). I am using two for loops to solve the functions ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Boundary Value Problem error bvp4c
I am trying to solve a differential equation using the bvp4c function (using boundary value conditions) but i always get the err...
7 years 前 | 1 个回答 | 0
1
个回答提问
Return Vector of length zero ??
I am building a robot simulation by solving the differential equations at different input speed values, the function uses [0 0 0...
7 years 前 | 2 个回答 | 0
2
个回答提问
Plotting Data from a matlab gui Table ?
How can i plot two columns of a table in matlab gui together in an axes ?
7 years 前 | 1 个回答 | 0
1
个回答已回答
Unwanted line in graph
I removed the (0,0) and it worked :) curve = animatedline('Color','r','linewidth',2); WR & WL are the input velocities of the wh...
Unwanted line in graph
I removed the (0,0) and it worked :) curve = animatedline('Color','r','linewidth',2); WR & WL are the input velocities of the wh...
7 years 前 | 0
提问
Unwanted line in graph
I am doing a mobile robot simulation by solving the differential equation using ode solver and an animated line to show the move...
7 years 前 | 2 个回答 | 0