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.

(Matlab) How to get inverse function?

Status
Not open for further replies.

davyzhu

Advanced Member level 1
Joined
May 23, 2004
Messages
494
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,298
Location
oriental
Activity points
4,436
matlab inverse function

Hi all,

The function may be too complex to get inverse function, like y=x*2^x*log2(x).

I used to use C do inverse function.
The procedure is:
(1) get x->y pair matrix
(2) qsort(y), i.e quick sort y
(3) bsearch(y) to get x

Is there any good method to get inverse function in Matlab?

Best regards,
Davy
 

inverse function matlab

dear explorer,
the following site may help you.
find your solution.

regards

**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top