Prev: help with legend
Next: noise and gamma correction
From: Muhammad Bilal on 2 Apr 2010 19:28 can somebody help me using matrices with 'fminmax' function. i got values of x0(initial values) as matrices how to convert them to vectors using linear index. and how can i use both those vectors at once. thnx
From: Sadik on 2 Apr 2010 20:58 Hi Muhammad, Can you give a little more detail? For instance, What is the function that you are inputting into fminimax? You are mentioning two vectors. What are the two vectors? Do you have two functions? By the way, if you have a matrix A, you can columnize it by: columnizedA = A(:); Best.
|
Pages: 1 Prev: help with legend Next: noise and gamma correction |