MATLAB: No Output for if so

for loopfunctionhelploopMATLABmatlab functionscriptsteven thies

ddd

Best Answer

You could could potentially display 1.000000000000000e+12 values. I would seriously reconsider doing that.
The reason nothing is displayed is because none of the values tested meet the condition of your if statement. In fact, the only integer solution to this equation is a=b=c=0 (proved by Fermat and perhaps Euler).