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.
我需要在 MATLAB 中准确地绘制这个图:
我正在努力编写 Hermite 向量函数,因为向量显示就像它们对应于图中矩阵的最后 2 行。
在 MATLAB 中,我编写了如下方程,但我不明白为什么它只显示最后两个。
equation1 = (1/3)*t^3+(1/2)*t^2; equation2 = (1/3)*t^3-(1/2)*t^2; equation3 = t^4+5*t^3+t^2+t; equation4 = t^4+5*t^3+t^2+t;
谢谢!