How to plot 2D graphs in Scilab [TUTORIAL]

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

КОМЕНТАРІ • 65

  • @manujbaruah8326
    @manujbaruah8326 2 роки тому +1

    Thank you. Your videos is very helpful for us.

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

    This video was a big help. Thank you!

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

    finally a scilab video in an English I can understand

  • @RahulSharma-ku6gy
    @RahulSharma-ku6gy 5 років тому +1

    Your video is very helpful.. can you explain how to calculate the slope of a line in scilab after plotting it

  • @harshalbaviskar1416
    @harshalbaviskar1416 8 років тому +1

    Nice Job Manas Sharma...

  • @kathyweber9567
    @kathyweber9567 7 років тому +1

    Excellent video! Thank you!

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

    Thanks for this video. How should we plot (curve) a series of data ( not a function) obtained over a long period of time (for instance, annual indoor / outdoor temperatures since1990). Thanks from France.

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

    Which software r u using??

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

    Thank you 🙌

  • @Lenovo-mu7ge
    @Lenovo-mu7ge Рік тому

    Thanks a lot😊

  • @anjalikukreti1589
    @anjalikukreti1589 8 років тому +1

    thank you for your help!!
    I want to ask how i can plot squarewave in scilab.?

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

      Hey there, I know its a late reply. I didn't get the notification for the comment, that's why.
      I have explained the process of plotting periodic functions including the square wave in this post: www.bragitoff.com/2016/03/defining-a-periodic-function-in-scilab/
      Please check it out.

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

      I am just curious, What are you doing now?

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

    Thank you very much! Do you know how to save a plot with resolution 300 dpi?

  • @mamurtaza
    @mamurtaza 8 років тому +1

    Very well explained.

  • @jorgegh.6786
    @jorgegh.6786 5 років тому

    Excellent Tutorial!!!!!!!!!!!!

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

    How do we plot Dirac delta function in scilab

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

    tanks to you i got a seven for my school exam !

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

    How to save program and file in ms word? Please help

  • @whyreadonetroll3807
    @whyreadonetroll3807 8 років тому +1

    ; leg it's done for deal with rect (Xmin Ymin ; X max Ymax)
    But when you do just leg so what the point here? do I am wrong?

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

      Hey
      Actually, leg(short for legend) is for setting captions to the curves. It is mostly used if you are plotting more than one curve to indicate which is which.
      On the other hand rect is used to set minimal bounds as you mentioned already.
      In the video I did not mention anything about rect though I probably should have. I didn't cause it didn't seem very important at the time.
      Don't confuse the two. Both are separate and distinct things.
      For understanding the concept of multiple plots and more details about 2d plotting I recommend this video:ua-cam.com/video/tNV5karekAI/v-deo.html
      Also check out the following code for understanding the difference between rect and leg arguments:
      x=[-5:40]          //x is defined as a Row matrix with values -5 to 40 with a step interval of oney=x;z=x*x;Now compare the results of the following commands(don't forget to use clf between them)plot2d(x,y);plot2d(x,y,rect=[2,2,20,20])plot2d(x,z,rect=[1,1,20,20])plot2d(x,z,rect=[1,1,20,20],leg='x')plot2d(x,[y' z'],rect=[1,1,20,20],leg='x@x^2')

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

      Hi man
      Oh well, I got it now !
      Thanks a lot Manas Sharma !! I will carry my exam
      I still wonder, do Y=feval(X,Y) do i have to write it every time sir?
      Thanks for all you're cleaver video!

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

    hello, i want to plot 2 graphs in a single window where x=1,2,3,4,5,6,7,8,9,10 and y = 1,2,3,4,5 . I am in need of plotting graph from y=5 to x = 10, like from top to bottom and other is from bottom to top. Help me out

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

      I'm not sure I understand... Please be clear

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

      +Physics Tutorials
      I mean I want to draw a line declining from y=10 to x=10

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

      If you want to plot multiple graphs at once then check out this video:
      ua-cam.com/video/tNV5karekAI/v-deo.html
      Is it a 3D graph that you want?
      I'm sorry but I still don't understand. Maybe someone else in the comments with more knowledge can help you. Thanks for watching the video.

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

      x=[0:10]'deff('a=f(x)','a=x')deff('a=g(x)','a=-x+10')plot2d(x,[g(x) f(x)])
      The above code should work.

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

    Can you show how to plot to separate graphs on SciLab using GUI builder, and represent the same

  • @ShoaibKhan-sh7xs
    @ShoaibKhan-sh7xs 5 років тому

    How can I increase or decrease the font size in editor window

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

    Sir In my scilab graph values are comming in hindi, how can I convert them to English please tell me sir🙏

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

    Sir need a function on Lorenz in scillab.please make a vedio on it sir.

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

    Thank you so much sir

  • @LegSpinDrift
    @LegSpinDrift 8 років тому +1

    thanks! great video!

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

    can you explain how to plot graph for fermi-dirac distribution??

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

      Yaa i also want to knw this plz make a video on it or provide me a source sir

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

    this tuto does not work . It returns :--> plot(x,y)
    à la ligne 39 de la fonction modulo ( C:\Program Files\scilab-6.0.2\modules\elementary_functions\macros\modulo.sci ligne 54 )
    à la ligne 115 de la fonction plot ( C:\PROGRA~1\SCILAB~1.2\modules\graphics\macros\plot.sci ligne 128 )
    Indice invalide.

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

    which sign is that you wrote on second 39:00 ?????

  • @JAYPRAKASH-um1pz
    @JAYPRAKASH-um1pz 5 років тому +1

    How to plot Exponential graph📈?

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

    How to plot sin(ax+b)

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

    Thanks bro

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

    這位老師,非常感謝您的講解

  • @lennylenny6679
    @lennylenny6679 6 років тому +1

    Thanks, man

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

    Thank you! You help me)

  • @freeman2
    @freeman2 8 років тому +1

    Thanks man!

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

    awesome

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

    i love you sooooooooooo much sir

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

    good

  • @arijitde2000
    @arijitde2000 3 роки тому +1

    Hiiii

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

    Thank you

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

      Appreciate it! :)

  • @mtiken
    @mtiken 8 років тому +1

    leg is short form for legend

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

      yeah i realized that a few days after I made the video.
      Thanks for pointing that out.

  • @anjalikukreti1589
    @anjalikukreti1589 8 років тому +1

    How to plot squarewave in scilab...plz reply

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

      +Anjali kukreti Hey there, I know its a late reply. I didn't get the notification for the comment, that's why.
      I have explained the process of plotting periodic functions including the square wave in this post: www.bragitoff.com/2016/03/defining-a-periodic-function-in-scilab/
      Please check it out.

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

      but if i wanted to use that function (squarewave...) in a integer, could I? (sorry about the english)

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

      +Kaikee Reis Sorry, I don't understand what you are trying to ask.

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

    How to get variable browser on scilab screen ......