vpasolve with an array - MATLAB & Simulink
www.mathworks.com › matlabcentral › answersMar 07, 2020 · With. p3 = sym ('p3_', [1, length (x1)]) ; This will make p3 into an array of different symbols, p3_1, p3_2 and so on, and will solve for each of those. This will not necessarily be efficient, but it does satisfy your requirements that vpasolve solve for an array of equation. Remember that vpasolve attempts to find values for the variables that ...