Program Write a program to draw the graphs for exponential function(exp) , and trigonometric functions - sine function(sin) , cosine function(cos) , tangent function(tan) using graph. Use the plot function in Matlab. Solution There are two ways to solve this problem. While there are many ways in programming to solve a problem but I am stating only two because they are major. They are 1) Plotting all the above functions in different windows - Plot function . 2) Using subplot and projecting the graphs in a single window - subplot function . While for the sake of simplicity I will divide this post into two sections where there will be program 1 and explanation 1 corresponding to program 1 and program 2 - explanation 2 corresponding to program 2. Even if you are beginner then first refer to the first program and then go refer the program 2 so that you will get to know the difference between what plot and subplot is. Also there is a detailed explanation fo...
With Radius of Circle, people can learn to program and have hands-on tutorials with python and Matlab. ProjectEuler problems solutions are also available to have a better solution and improve the knowledge of people. A lot of algorithms which form the basic programming are also available. I hope the internet community will make use of this blog.