Display a 1D (Scalar) Array against a 2D (Matrix) Vector in a 3D graph
조회 수: 4 (최근 30일)
이전 댓글 표시
I have 2 sets of data: "threshold" and "difference". "threshold" is a 1-Dimensional array containing the threshold values that correspond to the number of columns in "difference". "difference" is a 2-D matrix where each column refers to a difference calculated earlier in the function where the number of columns is the same as the number of rows in "threshold". I need to display threshold against difference in a way that I can compare the two in a graph.
- Is this possible
- Is there an alternate way that I can use that breaks down "difference"?
*note that size of "difference" is n-by-numel("threshold"), and the size of "threshold" is approximately 30000, where n is a different entity not mentioned here.
For an idea of what I am talking about, see my "Optimal Threshold" Question.
댓글 수: 0
답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!