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.

Recent content by patrick.r

  1. P

    Matlab. Not enough input arguments?

    function y=draft(x) C=25200; B=-242.5; R=3101.122; y=(x^3)/C + (x^2)/B + x/R - 1; x0=3101.122; solution = fzero(draft,x0); in line 5 that defines y, the error says that there are not enough input arguments. I've even tried a know code that should have worked but gave me the same error any...

Part and Inventory Search

Back
Top