Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Is there a way to raise each element of a matrix to a power without having to do it manually each one?
Solved! Go to Solution.
Raymond Alaniz wrote:
Is there a way to raise each element of a matrix to a power without having to do it manually each one?
eg, ...
Yes, use vectorization.
Raymond Alaniz wrote:
Is there a way to raise each element of a matrix to a power without having to do it manually each one?
eg, ...
Thank you both