[Scilab-users] plot with redimensiond X axis, how?

Erhy erhard.glueck.austria at gmail.com
Tue Feb 14 13:05:56 CET 2017


e.g.
course = [ 1 0.5 2 3 0.75 0.3 0.4 0.9 0.4 0.5 ]';
y = 2 : size(course,'r') - 1;
// find indices of minimums in course
Ixs = 1 + find( course( y - 1 ) > course( y ) & course( y + 1 ) > course( y
) );

I want to plot course(Ixs) with X axis redimensioned to 1 : size(course,'r')  

Thank you for help
Erhy



--
View this message in context: http://mailinglists.scilab.org/plot-with-redimensiond-X-axis-how-tp4035485.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list