Mohammad Ayoub
Followers: 0 Following: 0
Mechatronics Engineering BSc student at the University of Jordan.
Amman, Jordan.
e-mail: m.ayyoub.8@gmail.com
Statistica
RANK
285.930
of 295.486
REPUTAZIONE
0
CONTRIBUTI
14 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
42.86%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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
rispostaDomanda
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
risposteDomanda
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
rispostaDomanda
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
risposteDomanda
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 ...
quasi 7 anni fa | 3 risposte | 0
3
risposteDomanda
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...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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
rispostaDomanda
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