Your function is defined to return two output arguments. Now you have to call it with two output arguments. I'm assuming you have created variables for the three inputs aready, I'll call them A, x2, and third.
[output1, secondOutput] = matrice_nou_vechi(A, x2, third);
0 Comments
Sign in to comment.