From: viji sai on
i have created four edit boxes, one push button, and two radio buttons using guide.
when radio button 1 is pressed, it should call a function (that must be a separate .m file) containing some equations which uses the values from the edit boxes, calculate and store it in a file.

when radio button 2 is pressed, it should also call a function (which is stored as radio2.m ) containing some equations which uses the values from the edit boxes, calculate and store it in a file.

how to do it. kinldy help
viji