Feeds
질문
How do I plot X = 0 and X = 1/2?
I need to plot X = 0, and X = 1/2 in a 2d graph. Thank you.
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to multiply the constants of a symbolic vector?
This is the code: r = 2 p = sym('p', [1 r]) syms k a =symprod(p(k),k,1,r) And this is the result:...
10년 초과 전 | 답변 수: 1 | 0
