Community Profile

photo

Shayan Sepahvand


Ryerson University

Last seen: 10개월 전 2019년부터 활동

Followers: 0   Following: 0

연락

Toronto, Canada

Spoken Languages:
English

통계

All
  • Explorer
  • Personal Best Downloads Level 2
  • Knowledgeable Level 1
  • First Answer
  • First Submission

배지 보기

Feeds

보기 기준

제출됨


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

거의 2년 전 | 다운로드 수: 5 |

Thumbnail

제출됨


uncertain dual arm robots controller
an adaptive strategy to effectively control nonlinear manipulation motions of a dual arm robot (DAR)

2년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Car parking using fuzzy logic controller
Employing fuzzy type-1 controller to park a car

2년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Sliding mode control of a simplified underwater vehicle
This is a simulation of an example of sliding mode control on a nonlinear system

2년 초과 전 | 다운로드 수: 8 |

Thumbnail

답변 있음
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...

2년 초과 전 | 0

제출됨


Model predictive control of a two-link robot arm
An approach for a model predictive control dynamics of a two-link manipulator robot.

2년 초과 전 | 다운로드 수: 29 |

Thumbnail

답변 있음
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

2년 초과 전 | 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]%...

2년 초과 전 | 0

| 수락됨

답변 있음
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...

2년 초과 전 | 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...

2년 초과 전 | 0

제출됨


A Lyapunov-based adaptive friction comensation
A new method for adaptive friction compensation is implemented on a complicated two-link planar robot manipulator.

2년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


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

2년 초과 전 | 다운로드 수: 7 |

제출됨


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

거의 5년 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Orthogonal Least Squares for forward Selection
This function allows the user to determine more important regressors in least squares method.

5년 초과 전 | 다운로드 수: 1 |

Thumbnail