x = linspace(0,10,100)
Gives me 100 equal section from 0 to 10. How can I get some stretched sections, e.g, 60 sections from 0 to 2 and 40 sections from 2 to 10?
Can anyone please tell me? I am using python 2.7.2 Thanks.
Gives me 100 equal section from 0 to 10. How can I get some stretched sections, e.g, 60 sections from 0 to 2 and 40 sections from 2 to 10? Can anyone please tell me? I am using python 2.7.2 Thanks. |
||||
|
|
or to avoid repeating 2 :
|
|||||
|
|