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"(起始值)到 10"(结束值)。如果给出了总和(例如 120"),我想知道每个段的值。我如何在 matlab 中计算?谢谢!
使用该linspace()功能,正是为了这个目的。
linspace()