Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AME55
  • Content: Threads
  • Order by date
  1. AME55

    Functions at the prompt

    Hi... I am writing a code for Newton-Raphson Method. I wrote three M-Files: 1)Function m-file function f = f(x) f = input('Enter Your Function Interms of x '); 2)Derevitive m-file function df = df(x) df = input('Enter The Derivitive Of The Above Function Interms of x '); 3)Script...

Part and Inventory Search

Back
Top