Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. Commented: Sparsh Garg on 27 Jul 2021. Accepted Answer: Star Strider. Hello, In the following code: a = [180 170 150 90 45 5 0 -5 -30 -70 -100 -125 -150 -175]; b = [1 2 3 4 5 6 7 8 9 10 11 12 13 14]; plot (a, b,'.')

  2. 28 paź 2018 · I want to change the x-axis direction from right to left but also keeping the values to be not affected (reversed/flipped). when I used the fooling command the mentioned problem is caused: set(gca, 'XDir' , 'reverse' )

  3. 19 lis 2009 · You can set the y-axis direction of an axes with either the set function or dot indexing (in newer MATLAB versions): h = gca; % Handle to currently active axes set(h, 'YDir', 'reverse'); % or... h.YDir = 'reverse';

  4. 26 lis 2011 · Hello, I want to plot a graph with one x axis and two y axes. I want one of the y axes to be reversed i.e. beginning at the top so the data hangs off the top of the graph. Additionally I want the reversed y axis plot to be a bar graph and the other to be an ordinary line plot. I tried this function. plot (a,b)

  5. 16 paź 2019 · I am trying to rotate the y axis of this plot such that the origin is at the upper left coner of the plot. How would I do so? This is the code I have to set up my plot. % Plot averaged vector f...

  6. 26 paź 2020 · If you want to reverse a function you may use flip function: Theme. Copy. x = linspace (0,10); y = sin (x); x = flip (x); % reverse the values of x. plot (x,y) If you want to reverse the axes then here is an example code which you may use: Theme.

  7. 1 sie 2020 · I want to display the Matrix eta (7x16) by using the imagesc function. I use the code: T=[360 660] p=[64 250] imagesc(T,p,eta) which produces the follwing image: Now I want to flip the y-axi...

  1. Ludzie szukają również