I wrote this program in MATLAB that converts units (for homework). My teacher doesn't like MATLAB but I do, so I've decided to make everything a bit fancy and a bit overboard.
Thus far I've made my program to pop up a menu where in which you pick a unit then put in a value then it converts it to other units.
I want to know how to make it loop in itself so that if I want to convert more values, I can just go back so that I don't have to run the program again.
Can you help me please?