Tag: circle matlab code
How to plot a function in Matlab
If you have chosen to use Matlab to plot a function today, and this happens to be the first time you want to do so, here area quick look at how you can instruct Matlab to plot your function. There are many online systems allowing you to plot function without having to go through “coding”, […]
Euler VS Runge kutta – Circle – Matlab code
In the context of this exercise, lets suppose having the two dependent following function: With initial conditions The equation of a circle look like the following where the r is a constant. If we add our equations at 0, the following will be true We are now going to be using Euler methods and the […]