photo

Welid Benchouche


Last seen: mehr als ein Jahr vor Aktiv seit 2015

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

7 Fragen
5 Antworten

Cody

0 Probleme
2 Lösungen

RANG
35.775
of 300.364

REPUTATION
1

BEITRÄGE
7 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
1

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
82.679
of 168.407

BEITRÄGE
0 Probleme
2 Lösungen

PUNKTESTAND
30

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver
  • Explorer
  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


wheel encoders + mpu605 differential drive mobile robot Odometry
Hello dear reader I have been experimenting for months but coudln't get a precise solution to my problme, which is: I wish...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


translate a script function into a matlab function for use in simulink
Subject: Translating a function that works using Matlab command into a Matlab function to be used in Simulink Dear reader, Gr...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


can i make it so my raspberry pi differential drive mobile robot doesn't stop moving when sending digital signals to its motors in a for loop ?
I have a differential drive mobile robot that is based on a raspberry pi, i control the right speed and left speed, i have conve...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

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

etwa 4 Jahre vor | 0

Gelöst


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

etwa 4 Jahre vor

Gelöst


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

etwa 4 Jahre vor

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

fast 7 Jahre vor | 0

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

fast 7 Jahre vor | 0

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

fast 7 Jahre vor | 0

Frage


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

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Linearization 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

fast 7 Jahre vor | 0

Frage


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

mehr als 10 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


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

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten