In Matlab, if we input a number matrix say [1 2; 3 4; 5 6], then what should i do so that the output would be of the form $ [(x_i-z)^b \hspace{5mm} y_i]$ where $z$ and $b$ are just variables. Please help me with a code. i want that the data will be substituted to $x_i$'s and $y_i$'s.
2026-03-30 10:34:48.1774866888
Matlab Code for substituting numbers in variable matrix
53 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I don't have MATLAB on this machine so I can't test but I'm pretty sure you want the following:
Let me know if that helps