Info

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

about output a function

1 view (last 30 days)
YI Hsu Lo
YI Hsu Lo on 30 Oct 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
i'm very new to matlab, i apologize if i ask stupid question
the problem i bumped into was that i have a D array right now
ex. D=[(5+2i)^x+1;(8+i)^x+4;9^x+4;....]
and i hope every element equal to zero to solve x
my thought was output every element as function then use muller method to solve each other,
may i ask that how can i output every element term by term?
or is there any smarter method to solve the problem?
somebody answer me,please!!!!!!!!!!
  1 Comment
Walter Roberson
Walter Roberson on 30 Oct 2012
Do you have the symbolic toolbox? See matlabFunction()

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!