I have an equation in matlab which is shown below:
2^((2*10^6)/x)-((1.5536*10^(-51)*x)/(2.6243*10^(-15)+((3.9810*10^(-21))*x)))=0
I could solve it with fzero solver with another numbers before. But now when I run it with any types of numbers as a starting value for fzero solver it aborts search because faces with NaN. Any one can help me to find a starting value to solve it with fzero or suggest me another matlab solver to solve it?