Community Profile

photo

Leonardo Hermoso


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Answered
How to use fminunc for more than one variable
I solved my problem using anon functions so i did: f = @(x,y,z) function(tSet,preco,theta) [optTheta, fVal, exit] = fmi...

11 years ago | 0

| accepted

Question


How to use fminunc for more than one variable
Hello guys, I'm try to minime the cost of a function using fminunc i have a function cost: function J = computeCo...

11 years ago | 1 answer | 0

1

answer

Question


How do i get a element in a matrix that is stored in a cell array?
Hello guys, i have a cell array 1X4 in each cell i have a MXN matrix. I want to get a element(x,y) inside one of the matrix stor...

11 years ago | 1 answer | 0

1

answer

Question


How can i speed up this code
Hello fellows, I need some help to speed up my code. Its basically a backtesting system, my array have 32M elements, and i...

11 years ago | 0 answers | 0

0

answers