1 Questions 2 Answers 0 Followers
Questions related from Karel Hruska
In Matlab something like this should work: x= 1:10;h = plot( 2*x+3,x );rotate( h, [0 0 1], 90) But, if I try the same code in GNU/Octave, it answers, that the function "rotate" was not implemented...
05 May 2015 1,642 3 View