Q. I have a question about the first point of Lab 6. Should I write a version of transform.m which translate polar coordinates into cartesians one (with the function pol2cart()) or write a new version of transform.m that makes use of this kind of coordinates with new basis functions?
A. you are welcome to use cart2pol() or pol2cart() - the point is just to get you thinking about the reasons for transforming the inputs.