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!