March 21, 2012 0

constructing uniform list by specifying starting, end and wished length

By in matlab

Matlab method for constructing a range or vector by specifying start, end and number of wanted elements

the following is an anonymous function
rangeConstructor = @(starting,ending,num) starting:(ending-starting)/(num-1):ending


Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/mgis.dk/about/wp-includes/class-wp-comment-query.php on line 399

Leave a Reply