Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem with MatLab optimization

Status
Not open for further replies.

Lupin

Full Member level 6
Joined
Jan 22, 2003
Messages
342
Helped
12
Reputation
24
Reaction score
9
Trophy points
1,298
Location
Italy
Activity points
3,235
I've been writing a function in Matlab ... the input parameters are:
a , b, c , d , e....

I can define an error (or objective) function to be minimized....

I've problems to implement a program that optimizes the error function considering only a certain numer of inputs (e.g. such as b parameter only) .

Can anyone help me?

Thanks in advance.
Lupin
 

use the function fmins.

add to your objective function a option input (ex. 'ab' string) that specifies active parameters in the optimizacion and a CASE statement within your program such that considere the posibilities. This option input can be invoked from the optimization function. I hope to understand your problem.


neb,...
 

Does your optimisation problem have anything to to with data? If yes, check the statistical routine which has been written for Matlab (statistics and econometrics)


Lupin said:
I've been writing a function in Matlab ... the input parameters are:
a , b, c , d , e....

I can define an error (or objective) function to be minimized....

I've problems to implement a program that optimizes the error function considering only a certain numer of inputs (e.g. such as b parameter only) .

Can anyone help me?

Thanks in advance.
Lupin
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top