Hi,
I am trying to plot a graph against two different functions (FunctionX on X-axis and FunctionY on Y-axis). I would like to know if a graph can be prepared with the following:
1. FunctionX returns a matrix of size 'm x 1' in which each element is again a matrix of size of '2 x n'
2. FunctionY also returns a matrix of size 'm x 1' in which each element is again a matrix of size of '2 x n'.
Can some suggest me on how to plot this into 2D graph.
Results of the Functions are indicated in the image below.
Thanks in Advance