Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找可以帮助我可视化函数(向量值)的工具。例如二次函数,如 1/2x'Ax + q'x,其中 x' 是 x 的转置等等。这将是最好的工具。我的意思是,我只想给出这个函数,它会自动绘制它。我知道我可以自己生成函数值,然后使用绘图函数和所有函数绘制它,但我想要一些可以自动完成的东西。有什么办法吗?
您可能正在寻找ezplot
dfig,ezplot(@(x)[x,x]*A*[x;x]+q'*[x;x],[xmin,xmax])
应该做的伎俩。xmin对,使用标量xmax。
xmin
xmax