SimReal / Python / Matlab: Programming - Exercise - Graph 2D | ![]() |
![]() SimReal - Python - Matlab |
001. Graph 2D - Parabola Write an application that draw the graph of the following two parabolas: y1 = f1(x) = x2 y2 = f2(x) = 0.25x2 |
![]() SimReal - Python - Matlab |
001. Graph 2D Write an application that draw your own function: y = f(x) = x2 and the predefined function: y = 5sin(x) that you find in the mathematical library numpy |
![]() SimReal - Python - Matlab |
002. Graph 2D - Axis The same as exercise 001, but this time you should have an axis system with labels in addition. |