So some time passed since i used matlab last time but now i have one project to do in it and i don't know how to do one thing.
I want to create logarithmically spaced vector with 1000 points between 10^4 and 2*10^6.
Normally i would use logspace for this, from help section:
'y = logspace(a,b,n) generates n points between decades 10^a and 10^b.'
But how the f can i make this 2*10^6? Is there a workaround or sth?
@Martin @anyone ?