Hi,
I've got a little problem in plotting a matrix that is build up in a class. Cause I've build it up in a class, I can't just plot the different arrays out of which it would consist when you build it up like this:
I've tried to plot it by making a loop that consistently plots the rows which have f1, f2 and t in it (Respectively being the first function, the second function and the time). The problem I've got is that when I use this method, I plotting a part of my graph twice (you can see 2 lines that indicate that de functions go over this part twice). This is not what I should get.
I've got a little problem in plotting a matrix that is build up in a class. Cause I've build it up in a class, I can't just plot the different arrays out of which it would consist when you build it up like this:
[[...],[...], ... , [...]]
I've tried to plot it by making a loop that consistently plots the rows which have f1, f2 and t in it (Respectively being the first function, the second function and the time). The problem I've got is that when I use this method, I plotting a part of my graph twice (you can see 2 lines that indicate that de functions go over this part twice). This is not what I should get.
Comment