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
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.
Thank you! Your videos are very helpful.
sir, how to calculate g angle between polar curves, curvature and radius of curvature of a given curve using Sci lab
Sir, how to find angle between two polar curves, curvature and radius of curvature using scilab code
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
How to plot graph using while loop please help me out with this.
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.
+Ankur Kumar yes, you can totally do that. That was a great question, which means you were watching carefully. :)
can you plot for triangular waveform,unit step function.
Do you want a polar graph for that??? or just a regular plot? Cause this video is only concerned with Polar Graphs.
regular
Check out htis video for plotting 2d graphs : ua-cam.com/video/mY7EBULfJzY/v-deo.html
error is shown in scilab
code is not working
how to use range in waveform plotting like from x=0 to x=9 and x=11 to x=13
Sorry I'm not sure I follow.
i mean if (x>2 && x4 && x
i mean if (x>2 && x4 && x
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.
pi shows error in my scilab??
are you writing as '%pi'? You need to add a % prefix before pi for using it.Similarly '%i' denotes iota.