Question


solve many independent equation in a run
I have many independent non-linear equations, for example a1+x1*log(x1-b1) - (x1-c1)*log(x1-d1) = 0 a2+x2*log(x2-b2)...

7 years ago | 1 answer | 0

1

answer

Question


Have a fresh start of GUI
I created a GUI which has textbox for users to fill in and axis that plot the result. However, weird enough is that every time w...

7 years ago | 1 answer | 0

1

answer

Question


how to write a very concise expression for matrix power
I have a row vector, e.g. [1,2,3,4], and I want to put, say 3 different power [1;2;3] to create a matrix as follow: [1,2,3,...

7 years ago | 2 answers | 0

2

answers

Question


Matlab to extract the n th diagonals in a Matrix
I have a matrix, for example A=[ 1 0 0 0 ; 0 2 0 0 ; 0 0 3 0 ; 0 0 0 4]; I want to reference to the n th diagon...

7 years ago | 3 answers | 0

3

answers