Zoomed plot in same figure (magnify on figure) MATLAB: Lecture-3(a)

Поділитися
Вставка
  • Опубліковано 3 лип 2016
  • In this video, zooming of figure in same figure is explained in two different ways. magnifyonfigure function file is available in following link
    www.mathworks.com/matlabcentr...
  • Наука та технологія

КОМЕНТАРІ • 28

  • @Lishandsito0
    @Lishandsito0 7 років тому

    Thanks a lot, i spend a lot of time trying to figure out that command untill i found you.
    Thanks for sharing.

  • @208111589
    @208111589 5 років тому +1

    This video was so helpful. Bless you! :)

  • @joseperez2374
    @joseperez2374 4 роки тому +6

    clear all; close all; clc;
    x=linspace(-1,1,100);
    h=x.^2; g=x.^2+0.01;
    plot(x,h,x,g)
    axes('position',[0.25 0.25 0.5 0.5]);
    box on;
    your_index=-0.2

  • @hazadura
    @hazadura 7 років тому +3

    Thank you sir for sharing your knowledge

  • @sayandv1991
    @sayandv1991 4 роки тому

    Thanks a lot... Please carry on your good work.... Many thanks...

  • @mohammedal-tameemi9881
    @mohammedal-tameemi9881 6 років тому

    Great job... many thanks. ..

  • @abhijitdey9608
    @abhijitdey9608 3 роки тому

    Thank you for the useful information.

  • @GabrielBirao09
    @GabrielBirao09 6 років тому

    Thanks for the video, Sir! I get an error in line 177 when i try to run the code magnifyOnFigure. I can send you to email, it will be great if you suggest me any correction. Thanks again

  • @bassistcz
    @bassistcz 4 роки тому

    very helpful, thank you

  • @chamanlaldewangan6591
    @chamanlaldewangan6591 3 роки тому

    Thanks alot, it works

  • @arnabpal6165
    @arnabpal6165 4 роки тому

    love you sir...

  • @hussain55019
    @hussain55019 7 років тому

    Love You Sir.

  • @sarints3147
    @sarints3147 3 роки тому

    Is this possible with pcolor?

  • @nikhils216
    @nikhils216 3 роки тому

    Thank You.

  • @ashwinichinnu9849
    @ashwinichinnu9849 4 роки тому

    i am getting error sir
    magnifyOnFigure
    Undefined operator '+' for input arguments of type 'matlab.ui.Figure'.
    Error in magnifyOnFigure (line 433)
    toolId = appDataStruct.figureHandle +...

    Dot indexing is not supported for variables of this type.
    Error in magnifyOnFigure>ButtonMotionCallback (line 1166)
    focusedTool = find([toolArray.focusOnThisTool] == 1);

    Error while evaluating Figure WindowButtonMotionFcn.

  • @fernandoalmeida9995
    @fernandoalmeida9995 3 роки тому

    muito legal. valeu

  • @gelisiomario5977
    @gelisiomario5977 7 років тому

    Hi sir!
    thx for the video.
    When I try to run David's code I get an error on line 433. The zoomed plot doesn't work properly because of this error.

    • @scientificrana5650
      @scientificrana5650  7 років тому

      You can send me code to my email id scientificrana@gmail.com. or copy the paste the code here in comment. I will suggest you possible correction.

    • @alexyung123
      @alexyung123 4 роки тому

      Hi @Gelisio Mario,
      did you get an answer / solution to your problem?
      I have got the same error...
      Could you please share the solution?
      Thank you very much.

  • @pradyumnapatra1356
    @pradyumnapatra1356 6 років тому

    Can you please make a video how to insert an jpg/tifs/eps/bmp etc image on a data plotted graph??????????? Thank You.

  • @welidbenchouche
    @welidbenchouche 3 роки тому

    it doesn't work for me

  • @kurmendrasingh6784
    @kurmendrasingh6784 5 років тому +1

    I am getting errors .. can I mail you ?

    • @puneetrana4291
      @puneetrana4291 5 років тому

      send me to my email is scientificrana@gmail.com

  • @riktiwary1644
    @riktiwary1644 7 років тому +4

    Thank you sir for sharing your knowledge