photo

Shayan Sepahvand


Last seen: environ un an il y a Actif depuis 2019

Followers: 0   Following: 0

Message

Toronto, Canada

Spoken Languages:
English

Statistiques

All
MATLAB Answers

0 Questions
5 Réponses

File Exchange

9 Fichiers

RANG
4 353
of 300 352

RÉPUTATION
12

CONTRIBUTIONS
0 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
4 765 of 20 928

RÉPUTATION
288

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
9 Fichiers

TÉLÉCHARGEMENTS
35

ALL TIME TÉLÉCHARGEMENTS
2802

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

A soumis


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

plus de 3 ans il y a | 5 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

presque 4 ans il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

environ 4 ans il y a | 3 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

environ 4 ans il y a | 2 téléchargements |

0.0 / 5
Thumbnail

Réponse apportée
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...

environ 4 ans il y a | 0

A soumis


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

environ 4 ans il y a | 15 téléchargements |

0.0 / 5
Thumbnail

Réponse apportée
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

environ 4 ans il y a | 0

Réponse apportée
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]%...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 4 ans il y a | 1

Réponse apportée
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...

environ 4 ans il y a | 0

A soumis


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

environ 4 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

environ 4 ans il y a | 5 téléchargements |

0.0 / 5

A soumis


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

plus de 6 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

presque 7 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail