How To Create a Vector Using Numpy Similar To MATLAB syntax of: -5:0.01:5

后端 未结 0 1087
滥情空心
滥情空心 2020-12-29 21:53

using MATLAB the following code returns a vector starting from -5 to 5 with elements that has 0.01 difference:

x = -5:0.01:5;

what is the equ

相关标签:
回答
  • 消灭零回复
提交回复
热议问题