MATLAB: Get different value between GUI based and Code based

gui

Hi all
I have wrote Matlab code and I convert it to several parts in GUI-base, but I dig out code-base and GUI-base gave me little difference on results, is it normal?
Thank you.

Best Answer

No. If there are different results, you perform different calculations. This usually happens after a typo or after faults in the decalaration of global variables.
Related Question