Hello
I have Problem with the Maple command plotsetup, it does not seem to work within an if-statement.
What i would like to do is this:
1. Make a matrix with 0 or 1 as enteries
2. convert this matrix into a list where the 1's are points. (So the Matrix entery Matrix[1][1]:=1 would give the listvector:=[1,1]
3. plot these vectors as graphs and store them with the help of plotsetup
4. changing the matrix and rinse and repet 2,3,4 until satisfied