Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I'm trying to convert a matrix of complex cartesian values into a matrix of complex polar values.
So far I've tried the absolute function, but it's only giving me a single polar value, instead of a matrix of multiple polar values.
I've had a look through the Quicksheets already but could'nt find what I was looking for.
Any help would be greatly appreciated
Solved! Go to Solution.
So something like this?
Yes! Thanks very much for your help!