
Welid Benchouche
Statistics
RANK
26.666
of 257.688
REPUTATION
1
CONTRIBUTIONS
4 Questions
5 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 17.757
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Controlling Raspberry pi using GUI
Dear Fellow MATLABers Greetings! i hope you are well My problem is that I am trying to control my raspberry pi that is con...
9 maanden ago | 0 answers | 0
0
answersrecursive function to calculate Max number.
my solution to this assignment is function mx = my_recursive_max(v) % base case if length(v) == 1 mx = v; else % recu...
9 maanden ago | 0
Solved
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
9 maanden ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
9 maanden ago
path planning of mobile robot
if your output is x,y,theta, and your desired output is x,y, use atan(y/x) to get theta desired and there you have it , hope thi...
meer dan 3 jaar ago | 0
path planning of mobile robot
why don't you use vl and vr instead of wl and wr in your kinematic model, do you have to use the latters ? and by the way, your ...
meer dan 3 jaar ago | 0
Want to know how to make XY coordinate in simulink
you need to use (clock) block from simulink and attach it with a (to workspace ) block from simulink , this sends time sequence ...
meer dan 3 jaar ago | 0
Question
two wheeled mobile robot model predictive control problem
hello i'm attaching a simulink model predictive control for two wheeled mobile robot, i have [x, y, teta] outputs, my referenc...
meer dan 3 jaar ago | 0 answers | 0
0
answersLinearization error "NaN's cannot be converted to logicals"
hello guys, can you please help me , i get the same error on model predictive control when linearizing Rc=0.15
meer dan 3 jaar ago | 0
Question
help with lqr control of DIPC
hello, i need help with the LQR control of a double inverted pendulum on a cart, the thing is when i simulate the model,everythi...
ongeveer 7 jaar ago | 0 answers | 1
0
answersQuestion
not enough input argument
hi guys,i have a problem trying to run this code : function double_pendulum(ivp, duration, fps, movie) % DOUBLE_PENDULUM Anima...
ongeveer 7 jaar ago | 0 answers | 0