Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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
And what exactly do you expect to see in your 2D.plot?
This is what I am expecting to plot.
Though, I can able to achieve this modifying the 'n' vector elements by merging in to a single vector, I want to know if this can be by directly providing the variable name (of the matrix of vectors) on the X and Y axes.
Attach please the Mathcad sheet and we try to do with it something