Feeds
提问
Loop with strings array
Hi there, I have two vectors, say: a_FIRE = [1 2 3] and a_42 = [4 5 6]. I would like to create other two vectors: s_FIRE = a_...
8 years 前 | 2 个回答 | 0
2
个回答提问
For Loop with strings
I am dealing with n vectors which represent the values of a variable along time. Each of them is characterized by a code which c...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to use fmincon when the objective function is an expression of other functions?.
I am trying to minimize a function of two variables (defined over a compact interval [0,1]) using fmincon. However the objective...
9 years 前 | 1 个回答 | 0
