photo

Saleh Msaddi


Last seen: 8 months ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

9 Questions
1 Answer

Cody

0 Problems
25 Solutions

RANK
6,078
of 300,851

REPUTATION
8

CONTRIBUTIONS
9 Questions
1 Answer

ANSWER ACCEPTANCE
55.56%

VOTES RECEIVED
5

RANK
 of 21,094

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
17,075
of 171,294

CONTRIBUTIONS
0 Problems
25 Solutions

SCORE
325

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Introduction to MATLAB Master
  • Solver
  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Integrated Mean Square Error of an Error Signal
Hello everyone, I have an error signal curve, e=X-Xref. How can I calculate the integrared mean square error?

5 years ago | 1 answer | 0

1

answer

Question


Calculating a matrix from other matrices
How can I write the following matrix? M = [C*B; C*A*B + C*B; C*A^2*B + C*A*B + C*B; . ...

5 years ago | 1 answer | 0

1

answer

Question


Computing the error between two curves of a figure
Hello, I have two curves, one corresponding to a real function and the second is its estimated curve. The whole simulation ...

5 years ago | 1 answer | 0

1

answer

Question


Matrix Generation from Other Matrices
Hello everyone, how can I write this matrix? M = [C*B; C*A*B + C*B; C*A^2*B + C*A*B + C*B; C*A^(n-1)*B + C*A^(n-2)...

5 years ago | 1 answer | 0

1

answer

Question


Matrix Generation from other matrices
How can I write these matrices? M = [C*B; C*A*B + C*B; C*A^2*B + C*A*B + C*B; C*A^(n-1)*B + C*A^(n-2)...

5 years ago | 1 answer | 0

1

answer

Question


Execution Time Calculation in Simulink
Hello friends, I consider using simulating a model using only Simulink envirment. The Simulink model has MATLAB functions conta...

5 years ago | 2 answers | 0

2

answers

Question


Toeplitz Matrix Generation from 2 MATRICES
Hello Everyone, I know we can define a row and column vector then use the toeplitz function to generate a toeplitz matrix, but ...

5 years ago | 1 answer | 0

1

answer

Answered
How can I use quadprog in Simulink?
It appeared that most of the Optimization Toolbox functions supported with Embedded MATLAB, and quadprog is one of these upsuppo...

6 years ago | 3

| accepted

Question


How can I use quadprog in Simulink?
Hello everyone, I am using quadprog in a MatLab function in Simulink. When I run the simulation, I get the following error "Fun...

6 years ago | 2 answers | 2

2

answers

Question


Vector Generation Through Loop
Hello everyone. So I'm a beginner and I am trying to generate a smooth signal w from an original signal r a is a constant w(k...

6 years ago | 1 answer | 0

1

answer