Plot cells with variables?
이전 댓글 표시
Hi guys
I want to plot cells of a matrix. For example;
syms x;
A=[0;1;0;1];
A=A*x^2+A;
plot(x,A(2,1))
But it returns error for me.
Error using plot
A numeric or double convertible argument is expected
Can you please help?
Thank you!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Numeric Solvers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

