How to plot matrix data? #2308
Unanswered
zhifeiji-han
asked this question in
Q&A
Replies: 1 comment
-
There is a line plotter module that can take in vector data. I would use getmatrix slice then lineplotter individually for each. I am not sure, but I think line plotter can also take matrix data, it just might need to be transposed depending on if your data is column based or row based. In the case that you need it transposed, the evaluateLinearAlgebraUnary module will do that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a matrix data, which dimension is 3 * 21, 3 represents three sensors, 21 represents 21 voltage data .
How can this matrix display the voltage distribution image of each sensor in scirun, as shown in the figure below?
Beta Was this translation helpful? Give feedback.
All reactions