Hello, Mark! I followed the approach suggested by Henry in the link What might be the problem? - #4 by Mark_L_Stone, which was to make a file vec.m in the working folder as
function x = vec(X)
x = X(:);
Although the previous issue has been resolved, a new problem has arisen as follows:
What should I do next? Could you please give me some guidance?