Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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