Info

This question is closed. Reopen it to edit or answer.

I have mentioned part of my code below. I need to give multiple starting points(lb values) to my code using GPU programming. But I don't know how to do that. Can you tell me some possible ways to do that.

1 view (last 30 days)
lb=[4e-6 93500 7e7 30e-6 7.5e5];
a0=lb; options=optimset('Display','iter','TolFun',10e-0,'TolX',10e-0,'Algorithm','trust-region-reflective');
ff=@(a)myfunstdNBPpulse(a,e,dat);
ub = [20e-6 93900 10e7 75.1e-6 10.1e5];

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!