Creating POLAR PLOTS in Scilab

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 20

  • @CocoGras
    @CocoGras 7 років тому +2

    Thank you! Your videos are very helpful.

  • @dr.ranjinips3103
    @dr.ranjinips3103 2 роки тому

    sir, how to calculate g angle between polar curves, curvature and radius of curvature of a given curve using Sci lab

  • @vijayalakshmipudakalkatti3479
    @vijayalakshmipudakalkatti3479 2 роки тому

    Sir, how to find angle between two polar curves, curvature and radius of curvature using scilab code

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

    Can you please make a video of plotting multiple polar plots on same graph? both curves of different colours. Also, how to fix the axis from 0 to 1 in polar plot, no matter what the reading is

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

    How to plot graph using while loop please help me out with this.

  • @anskirn
    @anskirn 9 років тому

    As you had shown in your previous video of 2D plotting. Is it possible to write the same command in polar plotting without using 'style' keyword.

    • @PhysWhiz
      @PhysWhiz  9 років тому +1

      +Ankur Kumar yes, you can totally do that. That was a great question, which means you were watching carefully. :)

  • @RahulVerma-gc3qc
    @RahulVerma-gc3qc 8 років тому

    can you plot for triangular waveform,unit step function.

    • @PhysWhiz
      @PhysWhiz  8 років тому

      Do you want a polar graph for that??? or just a regular plot? Cause this video is only concerned with Polar Graphs.

    • @RahulVerma-gc3qc
      @RahulVerma-gc3qc 8 років тому

      regular

    • @PhysWhiz
      @PhysWhiz  8 років тому

      Check out htis video for plotting 2d graphs : ua-cam.com/video/mY7EBULfJzY/v-deo.html

    • @RahulVerma-gc3qc
      @RahulVerma-gc3qc 8 років тому

      error is shown in scilab

    • @RahulVerma-gc3qc
      @RahulVerma-gc3qc 8 років тому

      code is not working

  • @RahulVerma-gc3qc
    @RahulVerma-gc3qc 8 років тому

    how to use range in waveform plotting like from x=0 to x=9 and x=11 to x=13

    • @PhysWhiz
      @PhysWhiz  8 років тому

      Sorry I'm not sure I follow.

    • @RahulVerma-gc3qc
      @RahulVerma-gc3qc 8 років тому

      i mean if (x>2 && x4 && x

    • @RahulVerma-gc3qc
      @RahulVerma-gc3qc 8 років тому

      i mean if (x>2 && x4 && x

    • @PhysWhiz
      @PhysWhiz  8 років тому

      So basically you want to plot a periodic function, right? Here is an article that I wrote on Defining and plotting Periodic functions in scilab: www.bragitoff.com/2016/03/defining-a-periodic-function-in-scilab/
      This should explain what you want. I would also recommend that you watch my videos on defining a function and plotting graphs before you go through the article, so that you may follow it easily.

  • @RahulVerma-gc3qc
    @RahulVerma-gc3qc 8 років тому

    pi shows error in my scilab??

    • @PhysWhiz
      @PhysWhiz  8 років тому

      are you writing as '%pi'? You need to add a % prefix before pi for using it.Similarly '%i' denotes iota.