Multiple Views of Data

조회 수: 5 (최근 30일)
Jonathan
Jonathan 2011년 3월 25일
I would like to plot multiple sets of data via the patch function, then have two different views display in two different windows so that updating the data once will update the distinct views.
Considerations:
  • There are too many objects for me to duplicate data in a second window.
  • I would like the technique to be extendable to n views in n windows.
  • linkprop gets the job done, but does not scale as desired (both in space and time).
More Detail: The reason linkprop is undesirable is the following. To get the same graphics in a second window, I have to construct the same hierarchy of objects, then link the objects in the two windows on a per object basis. I would like to avoid this altogether. Still, I have a fallback position with linkprop.
Summary: I would like multiple views of the same graphics data with an implementation that is more efficient than linkprop (both in time and space).
Thanks in advance,
Jonathan

답변 (1개)

Walter Roberson
Walter Roberson 2011년 3월 25일
There was a thread a few weeks ago in the discussion group that involved callbacks being generated when children were changed. I do not happen to find that discussion right now, but I am pretty sure it was Yair Altman who posted the solution. The solution was probably along similar lines to a discussion a few months ago, here

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by