請問各位 請問我要顯示某個變數的職 比如說a的值的時候 希望顯示出的是
this is the answer = (a的值)
該怎麼做呢?
另外 我使用這個code
y=input('y=');
syms x
x_sol=solve(x+y==1);
disp(['a=' num2str(x_sol)])
但是matlab一直回傳
Undefined function 'max' for input arguments of type 'sym'.
Error in num2str (line 65)
xmax = double(max(abs(widthCopy(:))));
該怎麼解決呢?
感謝