Answered Rewrite for loop with find function
The function find returns the indeces according to the condition. So, in order to diplay the values, you might use the following...
Answered Index exceeds the number of array elements (2)
Hi Ali,
Your dsolve function has 4 states variables: dx(1,1), dx(2,1), dx(3,1), and dx(4,1). Therefore you need an initial vari...
6 years ago | 1
Answered How to define limit of quiver axis?
You could use axis function. For more information check here: https://www.mathworks.com/help/matlab/ref/axis.html
See the follo...
6 years ago | 3
| accepted
Answered Using 3x3 matrix to create 21x21 matrix
It is not clear the overlap values. I assumed the following:
k33+k11
k33+k12
K33+k13
K33+k23
..., Until the last is k33+k3...