photo

Mohammad Ayoub


Last seen: oltre 3 anni fa Attivo dal 2017

Followers: 0   Following: 0

Messaggio

Mechatronics Engineering BSc student at the University of Jordan.
Amman, Jordan.

e-mail: m.ayyoub.8@gmail.com

Statistica

All
  • Thankful Level 3
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Plotting a Differential Equation with respect to time.
Greetings. I have a non-linear ODE that I want to solve given the parameters. I am familiar with solving ODEs using 'dsolve' an...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Using a for loop to form a matrix (intermediate transformation matrix).
Greetings. Suppose that I have a dummy vector dummy = [1764 1624 735 175 21]; I want to create the matrix W to be...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to identify repeated eigenvalues of a matrix?
Take the matrix A as an example: A = [1 1 0 0;0 1 1 0;0 0 1 0;0 0 0 3] The eigenvalues of A are: 1,1,1,3. How can I id...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Command 'place' for MIMO Control Systems
Greetings, For the MATLAB command: K = place(A,B,P); Does anyone how it works for a MIMO case? Like for a SI...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Is there a way to find the monic least common denominator of a transfer matrix?
Greetings. Please consider the case in the image below: <</matlabcentral/answers/uploaded_files/106468/Question.png>> Is ...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Is it possible to sort an array by making the repeated elements in the last?
Greetings. Consider a vector A = [-2 -2 -1 3 3], is it possible to sort this vector (a generalized method) to [-1 -2 -2 -3 ...

oltre 6 anni fa | 3 risposte | 0

3

risposte

Domanda


Can I reshape a function handle? Or change the numeric format of a function handle?
Greetings. I have created a function to solve the time-invariant state equations. The function returns three outputs which a...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


MATLAB GUI, how can I prevent a push button from re-initializing my variables?
I am creating a MATLAB GUI and one of the push buttons does a certain set of commands I previously defined. The commands begin w...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


MATLAB GUI: Is it possible to change the appearance/properties of your figure if a certain action is done?
For example, I have a GUI that requires the user to input data into an edit text box. The data is the populations of each floor ...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Increment a variable every time a push button is pressed:
Greetings. If I want to create a simple GUI which contains only one push button, and each time I press this push button I wan...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Increment a variable every time a push button is pressed:
Greetings. If I want to create a simple GUI which contains only one push button, and each time I press this push button I wan...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Reformulate a matrix equation
Greetings everyone. I have a question: I have 3 matrices which contain numeral values, all of them are of the same order. The ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Sorting an n x n matrix in the Jordan form.
Assume I have a matrix J (n x n dimension), the matrix is originally obtained from MATLAB using the 'jordan' function which retu...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Can I associate one vector with another one?
I used the MATLAB function [r,p,k] = residue(num,den). For example assume: num = [1 4]; den = [1 6 11 6]; [r,p,k] = re...

oltre 7 anni fa | 1 risposta | 0

1

risposta