Shayan Sepahvand
Followers: 0 Following: 0
Toronto, Canada
English
Statistik
RANG
4.174
of 295.527
REPUTATION
12
BEITRÄGE
0 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
1
RANG
5.051 of 20.242
REPUTATION
256
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
9 Dateien
DOWNLOADS
56
ALL TIME DOWNLOADS
2478
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Second Order SMC Control of a Single-Phase Induction Motor
In this simulation, a robust nonlinear controller is suggested to control a single-phase induction motor (SPIM).
mehr als 2 Jahre vor | 5 Downloads |
Gesendet
uncertain dual arm robots controller
an adaptive strategy to effectively control nonlinear manipulation motions of a dual arm robot (DAR)
fast 3 Jahre vor | 3 Downloads |
Gesendet
Car parking using fuzzy logic controller
Employing fuzzy type-1 controller to park a car
etwa 3 Jahre vor | 4 Downloads |
Gesendet
Sliding mode control of a simplified underwater vehicle
This is a simulation of an example of sliding mode control on a nonlinear system
etwa 3 Jahre vor | 8 Downloads |
Can anyone please help me with the error in the code
Hi, the first argument of covar(sys, w) should be some LTI system (discrete in your case), I suggest you to first derive the...
etwa 3 Jahre vor | 0
Gesendet
Model predictive control of a two-link robot arm
An approach for a model predictive control dynamics of a two-link manipulator robot.
etwa 3 Jahre vor | 21 Downloads |
Compute the following using elementwise operations on a vector:
Hi, X = 0; for i = 1:100 X_t = 1/(2^(i-1)); X = X_t + X; end X
etwa 3 Jahre vor | 0
Array indices must be positive integers or logical values. Error in ecgtest (line 9) chestNoDC=chest1(0:10000)- meanChest;
Hi, The first element of a vector is addressed by 1, not 0: (one-based indexing not zero-based) X = ones(1000,1); X = [1:20]%...
etwa 3 Jahre vor | 0
| akzeptiert
row of a random size matrix
Use this code: [m, n] = size(X);% X is that random matrix row_mat = zeros(m, 1); for i = 1:m row_mat = X(i,:); end row...
etwa 3 Jahre vor | 1
Plot step response of discrete signal
Dear Luke, If you take the z-transform of both sides, you will get: then define a vector using ones(.) and set it as X. For...
etwa 3 Jahre vor | 0
Gesendet
A Lyapunov-based adaptive friction comensation
A new method for adaptive friction compensation is implemented on a complicated two-link planar robot manipulator.
etwa 3 Jahre vor | 3 Downloads |
Gesendet
Design of LQR controller for a Linear Ball and Beam System
A linear–quadratic regulator (LQR) controller is proposed for a ball and beam system
etwa 3 Jahre vor | 7 Downloads |
Gesendet
Nonlinear adaptive observer for the robot single-link arm
The following file contains a nonlinear adaptive observer for a simple robot arm. States are estimated well in presence of fault...
mehr als 5 Jahre vor | 2 Downloads |
Gesendet
Orthogonal Least Squares for forward Selection
This function allows the user to determine more important regressors in least squares method.
fast 6 Jahre vor | 3 Downloads |